GridItemModel class

Constructors

GridItemModel.new({required InventoryItem? inventoryItem, required MetadataModel? metadataModel, required bool? isFavorite, required Progress? progress, FileInfo? fileInfo})

Properties

backdropBlurHash String?
getter/setter pair
backdropUrl String?
getter/setter pair
childIds List<String>?
getter/setter pair
fake bool
getter/setter pair
fileInfo FileInfo?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image String?
getter/setter pair
inventoryItem InventoryItem?
final
isFavorite bool?
getter/setter pair
listPosition int
getter/setter pair
metadataModel MetadataModel?
final
posterBlurHash String?
getter/setter pair
posterUrl String?
getter/setter pair
progress Progress?
getter/setter pair
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.
inherited

Operators

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