collectionName property

  1. @TagNumber(2)
String collectionName

Implementation

@$pb.TagNumber(2)
$core.String get collectionName => $_getSZ(1);
  1. @TagNumber(2)
void collectionName=(String v)

Implementation

@$pb.TagNumber(2)
set collectionName($core.String v) { $_setString(1, v); }