toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final attributeConfigLevel = this.attributeConfigLevel;
final catalogAttributes = this.catalogAttributes;
final name = this.name;
return {
'attributeConfigLevel': ?attributeConfigLevel,
'catalogAttributes': ?catalogAttributes,
'name': ?name,
};
}