organization property

  1. @JsonKey(name: 'org', toJson: organizationToString, includeIfNull: false)
Organization? organization
inherited

Filter by clips that feature the org's talent or videos posted by the org's talent.

Implementation

@JsonKey(name: 'org', toJson: organizationToString, includeIfNull: false)
Organization? get organization => throw _privateConstructorUsedError;