args property
The map of arguments. If a tag assigns a non-null value, it means
- the child tags must be
var
. - The key is the argument's name, while the value is the local variable's name.
- The local variable is used to hold the value.
Implementation
Map<String, String>? args;