command property

String? get command

Implementation

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

Implementation

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