command property

String? command

Implementation

String? get command => _$this._command;
void command=(String? command)

Implementation

set command(String? command) => _$this._command = command;