idVerification property

  1. @TagNumber(6)
bool get idVerification

Implementation

@$pb.TagNumber(6)
$core.bool get idVerification => $_getBF(5);
  1. @TagNumber(6)
set idVerification (bool v)

Implementation

@$pb.TagNumber(6)
set idVerification($core.bool v) { $_setBool(5, v); }