isNull property

  1. @TagNumber(10)
bool get isNull

Implementation

@$pb.TagNumber(10)
$core.bool get isNull => $_getBF(9);
  1. @TagNumber(10)
set isNull (bool v)

Implementation

@$pb.TagNumber(10)
set isNull($core.bool v) {
  $_setBool(9, v);
}