notLogin property

String notLogin

尚未登入

Implementation

String get notLogin {
  return Intl.message(
    '尚未登入',
    name: 'notLogin',
    desc: '',
    args: [],
  );
}