arguments property

Map<String, String?> arguments
latefinal

A map containing the arguments of command and their value, if the user has inputted a value for them.

The keys of this map depend on the names of the arguments set in command.

The values might contain partial data.

Implementation

late final Map<String, String?> arguments;