command property

Command? get command

A {@linkcode Command command} for this item.

Implementation

_i3.Command? get command => _i5.getProperty(
      this,
      'command',
    );
set command (Command? value)

Implementation

set command(_i3.Command? value) {
  _i5.setProperty(
    this,
    'command',
    value ?? _i6.undefined,
  );
}