organizations property

  1. @JsonKey.new(name: 'organizations', required: true)
List<Organization> organizations
getter/setter pair

Implementation

@JsonKey(name: 'organizations', required: true)
late List<Organization> organizations;