ArtworkModel class

ArtworkModel that contains all Image information.

Inheritance

Constructors

ArtworkModel(Map _info)

Properties

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

Methods

copyWith({int? id, Uint8List? artwork, String? path, String? type}) ArtworkModel
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