BilocatorStateImpl<T extends Object> mixin

Implements the State class of Bilocator

This was implemented as a mixin so it could be consumed by other packages. E.g., mvvm_plus consumes it.

Properties

hashCode int
The hash code for this object.
no setterinherited
isRegisteredInheritedModel → _IsRegisteredInheritedModel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildImpl({required Location? location, required Widget child}) Widget
disposeImpl({required Location? location, String? name, required bool dispose}) → void
initStateImpl({required Location? location, String? name, T builder()?, T? instance, void onInitialization(T)?}) → void
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