ClientContext class abstract

Constructors

ClientContext()

Properties

applicationContext AppEngineContext
no setter
hashCode int
The hash code for this object.
no setterinherited
isDevelopmentEnvironment bool
Whether the application is currently running in the development environment.
no setter
isProductionEnvironment bool
Whether the application is currently running in the production environment.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services Services
no setter
traceId String?
The TRACE_ID value from the X-Cloud-Trace-Context request header.
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