Returns a value identified by this String from the current L10n with the provided args.
args
String l10nfmt(Map<String, dynamic> args) => L10n._format(this, args: args);