toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (attributeName != null) 'attributeName': attributeName!,
  if (attributeValue != null) 'attributeValue': attributeValue!,
  if (sectionName != null) 'sectionName': sectionName!,
};