ReactterInstance<T> class

A generic class that represents an instance of a Reactter object and provides methods for generating unique keys and retrieving the stored instance.

Constructors

ReactterInstance([String? id])
const

Properties

hashCode int
The hash code for this object.
no setteroverride
id String?
final
instance → T?
A getter that returns the instance of T.
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.
override

Operators

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

Static Methods

fromStore<T extends Object?>(Object? instance) ReactterInstance<T?>?