nullValue property

  1. @TagNumber.new(6)
bool get nullValue

Implementation

@$pb.TagNumber(6)
$core.bool get nullValue => $_getBF(5);
  1. @TagNumber.new(6)
set nullValue (bool value)

Implementation

@$pb.TagNumber(6)
set nullValue($core.bool value) => $_setBool(5, value);