group property

  1. @JsonKey(name: 'group')
String? group
getter/setter pair

Implementation

@JsonKey(name: 'group')
late String? group;