authOption property

  1. @TagNumber.new(1)
AuthOption get authOption

Implementation

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

Implementation

@$pb.TagNumber(1)
set authOption(AuthOption value) => $_setField(1, value);