ObserversModel class

ObserversModel which contains information about every Observer.

Constructors

ObserversModel(Map _info)

Properties

albumsObserver bool
Will return true if albums are being observed.
no setter
artistsObserver bool
Will return true if artists are being observed.
no setter
genresObserver bool
Will return true if genres are being observed.
no setter
hashCode int
The hash code for this object.
no setterinherited
playlistsObserver bool
Will return true if playlists are being observed.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
songsObserver bool
Will return true if songs are being observed.
no setter

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