fix: make authModel optional in HistoryRequestModel

This commit is contained in:
Udhay-Adithya
2025-07-12 00:34:12 +05:30
parent 65f375c69e
commit db93e82b5f
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ class HistoryRequestModel with _$HistoryRequestModel {
required HttpResponseModel httpResponseModel,
String? preRequestScript,
String? postRequestScript,
required AuthModel? authModel,
AuthModel? authModel,
}) = _HistoryRequestModel;
factory HistoryRequestModel.fromJson(Map<String, Object?> json) =>