exist property

  1. @TagNumber.new(1)
bool get exist

Implementation

@$pb.TagNumber(1)
$core.bool get exist => $_getBF(0);
  1. @TagNumber.new(1)
set exist (bool value)

Implementation

@$pb.TagNumber(1)
set exist($core.bool value) => $_setBool(0, value);