organizations property

  1. @JsonKey(name: 'org', toJson: organizationListToStringList)
List<Organization> organizations
inherited

Videos of channels in any of the specified organizations, or clips that involve a channel in the specified organization.

Implementation

@JsonKey(name: 'org', toJson: organizationListToStringList)
List<Organization> get organizations => throw _privateConstructorUsedError;