ReactterInstance<T> class
Constructors
- ReactterInstance([String? id])
-
ReactterInstance.withBuilder(String? id, ContextBuilder<
T?> ? builder)
Properties
-
builder
↔ ContextBuilder<
T?> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String?
-
final
- instance ↔ T?
-
getter/setter pair
-
refs
↔ HashSet<
int> -
Stores the object from which it was instantiated
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.
override
Operators
-
operator ==(
Object other) → bool -
Is equal with
T
and idoverride