StoreConnectorInterface<St, Model> class Null safety
- Implementers
Constructors
Properties
-
converter
→ StoreConverter<
St, Model> ? -
read-only
- debug → Object?
-
read-only
- distinct → bool?
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- model → BaseModel?
-
read-only
-
onDidChange
→ OnDidChangeCallback<
Model> ? -
read-only
-
onDispose
→ OnDisposeCallback<
St> ? -
read-only
-
onInit
→ OnInitCallback<
St> ? -
read-only
-
onInitialBuild
→ OnInitialBuildCallback<
Model> ? -
read-only
-
onWillChange
→ OnWillChangeCallback<
Model> ? -
read-only
- rebuildOnChange → bool
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
shouldUpdateModel
→ ShouldUpdateModel<
St> ? -
read-only
-
vm
→ (VmFactory<
St, dynamic> Function?()?) -
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited