organisation property
deprecated: use organization (if both are set, organization will take precedence)
Implementation
@$pb.TagNumber(3)
$4.Organisation get organisation => $_getN(2);
Implementation
@$pb.TagNumber(3)
set organisation($4.Organisation v) { setField(3, v); }