toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (attributeConfigLevel != null)
    'attributeConfigLevel': attributeConfigLevel!,
  if (catalogAttributes != null) 'catalogAttributes': catalogAttributes!,
  if (name != null) 'name': name!,
};