Command constructor

Command(
  1. Object command, [
  2. CommandOptions? options
])

Implementation

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