This commit is contained in:
Moustapha Kodjo Amadou
2025-02-12 09:54:41 +01:00
parent d2d552a5d1
commit edde22b5c1
6 changed files with 34 additions and 39 deletions

View File

@@ -54,7 +54,7 @@ class Source {
this.isManga,
this.itemType = ItemType.manga,
this.isFullData = false,
this.appMinVerReq = "0.2.0",
this.appMinVerReq = "0.5.0",
this.additionalParams = "",
this.sourceCodeLanguage = 0});
Source.fromJson(Map<String, dynamic> json) {