GenreModel class

GenreModel contains all Genres Info

Constructors

GenreModel(Map _info)

Properties

artwork String?
Return genre artwork
no setter
genreName String
Return genre name
no setter
getMap Map
Return a map with all keys and values from specific genre.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Return genre id
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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