CachedIcon class

An ObjectBox entity representing a cached icon.

Annotations

Constructors

CachedIcon.new({required String key, required List<int> bytes})
Creates a new instance of CachedIcon.

Properties

bytes List<int>
The byte data of the icon, stored as a Uint8List.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
The unique ID of the entity.
getter/setter pair
key String
A unique key to identify the cached icon.
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