noExpiration property

String noExpiration

無到期時間

Implementation

String get noExpiration {
  return Intl.message(
    '無到期時間',
    name: 'noExpiration',
    desc: '',
    args: [],
  );
}