args property

Map<String, String>? args
getter/setter pair

A map of arguments used when creating the localized message.

Keys represent parameter names which may be used by the localized version when substituting dynamic values.

Implementation

core.Map<core.String, core.String>? args;