RequestContext class

Constructors

RequestContext({required RequestLogger logger, required Request rawRequest, required bool authenticated, String? userId})
const

Properties

authenticated bool
final
hashCode int
The hash code for this object.
no setterinherited
logger RequestLogger
final
rawRequest → Request
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
no setter

Methods

copyWithUserId(String userId) RequestContext
dependency<T>(FutureOr<T> builder(), {bool force = false}) Future<T>
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