collectionName property
Name of the collection
Implementation
@$pb.TagNumber(3)
$core.String get collectionName => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set collectionName($core.String value) => $_setString(2, value);
Name of the collection
@$pb.TagNumber(3)
$core.String get collectionName => $_getSZ(2);
@$pb.TagNumber(3)
set collectionName($core.String value) => $_setString(2, value);