grass property

  1. @TagNumber.new(3)
bool get grass

Implementation

@$pb.TagNumber(3)
$core.bool get grass => $_getBF(1);
  1. @TagNumber.new(3)
set grass (bool v)

Implementation

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