isSmeshing property

  1. @TagNumber(1)
bool isSmeshing

Implementation

@$pb.TagNumber(1)
$core.bool get isSmeshing => $_getBF(0);
  1. @TagNumber(1)
void isSmeshing=(bool v)

Implementation

@$pb.TagNumber(1)
set isSmeshing($core.bool v) { $_setBool(0, v); }