crash property

  1. @TagNumber(6)
bool get crash

Implementation

@$pb.TagNumber(6)
$core.bool get crash => $_getBF(5);
  1. @TagNumber(6)
set crash (bool v)

Implementation

@$pb.TagNumber(6)
set crash($core.bool v) { $_setBool(5, v); }