arguments property

Map<String, Object?> arguments
final

Named arguments exposed as local variables to functionBody.

Values are restricted to recursively JSON-compatible values. Mutable lists and maps are copied when this object is constructed.

Implementation

final Map<String, Object?> arguments;