rounds property

  1. @TagNumber(3)
int rounds

Implementation

@$pb.TagNumber(3)
$core.int get rounds => $_getIZ(2);
  1. @TagNumber(3)
void rounds=(int v)

Implementation

@$pb.TagNumber(3)
set rounds($core.int v) { $_setSignedInt32(2, v); }