StoreConnectorInterface<St, Model> class abstract

Implementers

Constructors

StoreConnectorInterface()

Properties

converter StoreConverter<St, Model>?
no setter
debug Object?
no setter
distinct bool?
no setter
hashCode int
The hash code for this object.
no setterinherited
onDidChange OnDidChangeCallback<St, Model>?
no setter
onDispose OnDisposeCallback<St>?
no setter
onInit OnInitCallback<St>?
no setter
onInitialBuild OnInitialBuildCallback<St, Model>?
no setter
onWillChange OnWillChangeCallback<St, Model>?
no setter
rebuildOnChange bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldUpdateModel ShouldUpdateModel<St>?
no setter
vm → (VmFactory<St, dynamic, dynamic> Function()?)
no setter

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