errorType property

  1. @TagNumber(1)
AuthError_ErrorType errorType

Implementation

@$pb.TagNumber(1)
AuthError_ErrorType get errorType => $_getN(0);
  1. @TagNumber(1)
void errorType=(AuthError_ErrorType v)

Implementation

@$pb.TagNumber(1)
set errorType(AuthError_ErrorType v) { setField(1, v); }