factory OperationInfo.fromJson(Map<String, dynamic> json) { return OperationInfo( responseType: json['responseType'] ?? '', metadataType: json['metadataType'] ?? '', ); }