authOption property

  1. @TagNumber(1)
AuthOption get authOption

Implementation

@$pb.TagNumber(1)
AuthOption get authOption => $_getN(0);
  1. @TagNumber(1)
set authOption (AuthOption v)

Implementation

@$pb.TagNumber(1)
set authOption(AuthOption v) { setField(1, v); }