arguments property

Map<String, Object?>? get arguments

The arguments to pass to the method.

Implementation

Map<String, Object?>? get arguments =>
    (_value[Keys.arguments] as Map?)?.cast<String, Object?>();