batch property

  1. @TagNumber.new(3)
String get batch

Implementation

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

Implementation

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