none property

String none

Implementation

String get none {
  return Intl.message(
    '無',
    name: 'none',
    desc: '',
    args: [],
  );
}