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.plural";
Return the message name we would use for this when doing Dart code generation, e.g. "Intl.plural".
String get dartMessageName => "Intl.plural";