showMissing property

  1. @TagNumber(12)
bool showMissing

Implementation

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

Implementation

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