people property

String people

Implementation

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