crash property

  1. @TagNumber(6)
bool crash

Implementation

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

Implementation

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