m property

String get m

m

Implementation

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