profileSettings property

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

Implementation

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

Implementation

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