collection property
The collection this rule applies to.
Implementation
@$pb.TagNumber(2)
$core.String get collection => $_getSZ(0);
Implementation
@$pb.TagNumber(2)
set collection($core.String v) { $_setString(0, v); }
The collection this rule applies to.
@$pb.TagNumber(2)
$core.String get collection => $_getSZ(0);
@$pb.TagNumber(2)
set collection($core.String v) { $_setString(0, v); }