profileSettings property

  1. @TagNumber.new(10)
AccountProfileSettings get profileSettings

Implementation

@$pb.TagNumber(10)
AccountProfileSettings get profileSettings => $_getN(9);
  1. @TagNumber.new(10)
set profileSettings (AccountProfileSettings value)

Implementation

@$pb.TagNumber(10)
set profileSettings(AccountProfileSettings value) => $_setField(10, value);