command property
Command
get
command
The command this code lens represents.
Implementation
_i3.Command get command => _i5.getProperty(
this,
'command',
);
set
command
(Command value)
Implementation
set command(_i3.Command value) {
_i5.setProperty(
this,
'command',
value,
);
}