l10nfmt method

String l10nfmt(
  1. Map<String, dynamic> args
)

Returns a value identified by this String from the current L10n with the provided args.

Implementation

String l10nfmt(Map<String, dynamic> args) => L10n._format(this, args: args);