command property

Command get command

An optional {@link Command} that is executed after inserting this completion.

Implementation

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

Implementation

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