factory UTerminalImportParams.fromMap(Map<String, dynamic> json) => UTerminalImportParams( file: json["file"], );