ResourceEventData class
The class for event in Observer
Constructors
-
ResourceEventData.fromJson(Map<
String, dynamic> json)
Properties
- cancelled → bool
-
"cancelled" property
final
- dataSource → DataSourceType
-
The type of data source from which the resource is requested.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- request → Request
-
"request" property
final
- response → Response?
-
"response" property
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeInterval → EventTimeInterval
-
The timestamps of the resource request event. The
timeInterval.begin
is when the resource request is made, and thetimeInterval.end
is when the request is completed.final
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