Manga class

Inheritance

Constructors

Manga.new({required String name, required Uri source, required Uri img, required List<Chapter> chapters, required List<Genre> genres})
const

Properties

chapters List<Chapter>
final
genres List<Genre>
final
genresString String
no setter
hashCode int
The hash code for this object.
no setterinherited
img Uri
finalinherited
name String
finalinherited
reverseChapters List<Chapter>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Uri
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited