new source : FrAnime (FR)

This commit is contained in:
kodjomoustapha
2023-07-30 03:03:19 +01:00
parent 9917734d61
commit ca67aa74ce
8 changed files with 454 additions and 22 deletions

View File

@@ -25,7 +25,9 @@ class Source {
String? version;
bool? isManga;
bool? isFullData;
Source({
this.id = null,
this.name = "",
@@ -41,6 +43,7 @@ class Source {
this.apiUrl = "",
this.version = "",
this.isManga = true,
this.isFullData = false,
});
Map<String, dynamic> toJson() {