collectionName property

  1. @TagNumber(2)
String get collectionName

Implementation

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

Implementation

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