Map<String, dynamic> toJson() => { 'command': command, if (timeoutMs != null) 'timeout_ms': timeoutMs, };