AppBoxReference class

Constructors

AppBoxReference({required int applicationId, required Uint8List name})
AppBoxReference.utf8({required int applicationId, required String name})
factory

Properties

applicationId int
The app ID of the app this box belongs to. Instead of serializing this value, it's used to calculate the appIdx for AppBoxReference.
final
hashCode int
The hash code for this object.
no setteroverride
name Uint8List
the name of the box unique to the app it belongs to
final
nameB64 String
Get the name, represented as base64.
no setter
nameText String
Get the name, represented as utf8.
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.
inherited

Operators

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