userInfo property

String userInfo

個人資訊

Implementation

String get userInfo {
  return Intl.message(
    '個人資訊',
    name: 'userInfo',
    desc: '',
    args: [],
  );
}