arguments property
List?
get
arguments
Arguments that the command handler should be invoked with.
Implementation
_i2.List<_i2.dynamic>? get arguments => (_i5.getProperty(
this,
'arguments',
) as _i2.List?)
?.cast();
set
arguments
(List? value)
Implementation
set arguments(_i2.List<_i2.dynamic>? value) {
_i5.setProperty(
this,
'arguments',
value ?? _i6.undefined,
);
}