RethinkDbHookedServiceEvent class

Constructors

RethinkDbHookedServiceEvent(bool isAfter, RequestContext? request, ResponseContext? response, RethinkService service, String eventName, {dynamic id, dynamic data, Map<String, dynamic>? params, dynamic result})

Properties

data ↔ dynamic
getter/setter pairinherited
eventName String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id → dynamic
no setterinherited
isAfter bool
no setterinherited
isBefore bool
no setterinherited
params Map
no setterinherited
request → RequestContext?
no setterinherited
response → ResponseContext?
no setterinherited
result ↔ dynamic
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service RethinkService
The inner service whose method was hooked.
getter/setter pairinherited

Methods

cancel([dynamic result]) → void
Use this to end processing of an event.
inherited
getService(Pattern path) → Service?
Resolves a service from the application.
inherited
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