collection property

  1. @TagNumber(3)
String collection

Implementation

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

Implementation

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