otherSettings property

String otherSettings

其他設定

Implementation

String get otherSettings {
  return Intl.message(
    '其他設定',
    name: 'otherSettings',
    desc: '',
    args: [],
  );
}