BuildContext class abstract

Implementers

Constructors

BuildContext()

Properties

ancestorCalling CallingBinding?
no setter
authorization Authorization
no setter
component Component
no setter
crypto Crypto
no setter
dataAccess DataAccess
no setter
exceptionHandler ExceptionHandler
no setter
findCalling CallingBinding
no setter
hashCode int
The hash code for this object.
no setterinherited
httpService HttpService
no setter
logger Logger
no setter
owner ServerBinding
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socketService WebSocketService
no setter

Methods

findAncestorBindingOfType<T extends Binding>() → T?
findAncestorComponentOfType<T extends Component>() → T?
findAncestorServiceByName<T extends ServerBinding>(String name) → T?
findAncestorStateOfKey<T extends GlobalKey<State<StatefulComponent>>>(String key) → T?
findAncestorStateOfType<T extends State<StatefulComponent>>() → T?
findChildService<T extends ServerBinding>() → T?
findChildState<T extends State<StatefulComponent>>() → T?
getPath() String
Get current context path
hasService<T extends _BaseService>() bool
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