collectionName property

  1. @TagNumber(1)
String collectionName

Implementation

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

Implementation

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