args property

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

A UI can combine these args with a template (based on message_base.type) to produce an internationalized message.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

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