type property

  1. @TagNumber(6)
VerificationType get type

Implementation

@$pb.TagNumber(6)
VerificationType get type => $_getN(5);
  1. @TagNumber(6)
set type (VerificationType v)

Implementation

@$pb.TagNumber(6)
set type(VerificationType v) { setField(6, v); }