with_1 property

  1. @TagNumber(1)
String with_1

Implementation

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

Implementation

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