factory CommandSendRawLine.fromJson(Map<String, dynamic> json) => CommandSendRawLine( line: json['line'] as String, );