attributes property

  1. @JsonKey(name: 'attributes')
Map<String, String>? attributes
getter/setter pair

Implementation

@JsonKey(name:'attributes')
Map<String, String>? attributes;