arguments property

DynamicMap arguments
final

The arguments to pass to the constructor.

Constructors in RFW only have named arguments. This differs from Dart (where arguments can also be positional.)

Implementation

final DynamicMap arguments;