toJson method

  1. @override
Map<String, Object?> toJson()
override

Implementation

@override
Map<String, Object?> toJson() => {
      'attributesType': attributesType,
      'content': content.toJson(),
      'attributes': attributes,
    };