showMissing property

  1. @TagNumber.new(12)
bool get showMissing

Implementation

@$pb.TagNumber(12)
$core.bool get showMissing => $_getBF(8);
  1. @TagNumber.new(12)
set showMissing (bool v)

Implementation

@$pb.TagNumber(12)
set showMissing($core.bool v) { $_setBool(8, v); }