organizations property
- @JsonKey.new(name: 'organizations', required: true)
getter/setter pair
Implementation
@JsonKey(name: 'organizations', required: true)
late List<Organization> organizations;
@JsonKey(name: 'organizations', required: true)
late List<Organization> organizations;