organization property

  1. @JsonKey(name: 'organization', required: true)
String get organization
inherited

The ID of the organization that the changelog belongs to.

Implementation

@JsonKey(name: 'organization', required: true)
String get organization => throw _privateConstructorUsedError;