Command constructor
Command(
- Object command, [
- CommandOptions? options
Implementation
factory Command(
_i2.Object command, [
_i4.CommandOptions? options,
]) =>
_i3.callConstructor(
_declaredCommand,
[
command,
options ?? _i6.undefined,
],
);