dartMessageName property
Return the message name we would use for this when doing Dart code generation, e.g. "Intl.plural".
Implementation
String get dartMessageName => 'Intl.select';
Return the message name we would use for this when doing Dart code generation, e.g. "Intl.plural".
String get dartMessageName => 'Intl.select';