otherInfo property

String otherInfo

其他資訊

Implementation

String get otherInfo {
  return Intl.message(
    '其他資訊',
    name: 'otherInfo',
    desc: '',
    args: [],
  );
}