Reef class

Properties

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

Methods

delete<T extends Object>({String? tag, bool permanent = true}) bool
factory<T extends Object>(T factory(), {String? tag, bool override = false}) → void
find<T extends Object>({String? tag}) → T
lazyPut<T extends Object>(T factory(), {String? tag, bool override = false}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyDidPop(Route route, Route? previousRoute) → void
notifyDidPush(Route route, Route? previousRoute) → void
notifyDidRemove(Route route, Route? previousRoute) → void
notifyDidReplace({Route? newRoute, Route? oldRoute}) → void
put<T extends Object>(T instance, {String? tag, bool override = false}) → void
reset() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

i Reef
no setter