others property

String get others

Others

Implementation

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