mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
new source : FrAnime (FR)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user