bool_2 property

  1. @TagNumber(2)
bool get bool_2

bool has a boolean value if the type is TYPE_BOOL.

Implementation

@$pb.TagNumber(2)
$core.bool get bool_2 => $_getBF(1);
  1. @TagNumber(2)
set bool_2 (bool v)

Implementation

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