toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final additionalContent = this.additionalContent;
  final attributeCode = this.attributeCode;
  final type = this.type;
  return {
    'additionalContent': ?additionalContent,
    'attributeCode': ?attributeCode,
    'type': ?type,
  };
}