arguments property
Optional arguments for string interpolation in the translated text.
For example, if your translation is "Hello, {{name}}!", you can pass
arguments: {'name': 'John'} to produce "Hello, John!".
Implementation
final Map<String, String>? arguments;