extraAttributes property

  1. @JsonKey.new(name: 'extra_attributes')
Map<String, dynamic> extraAttributes
getter/setter pair

Implementation

@JsonKey(name: 'extra_attributes')
Map<String, dynamic> extraAttributes = {};