toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final attributeName = this.attributeName;
final attributeValue = this.attributeValue;
final sectionName = this.sectionName;
return {
'attributeName': ?attributeName,
'attributeValue': ?attributeValue,
'sectionName': ?sectionName,
};
}