ResourceEventData class
Data for the resourceRequest event.
Constructors
- ResourceEventData({required EventTimeInterval timeInterval, required DataSourceType dataSource, required ResourceRequest request, ResourceResponse? response, required bool cancelled})
-
ResourceEventData.fromJson(Map<
String, dynamic> json)
Properties
- cancelled → bool
-
final
- dataSource → DataSourceType
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- request → ResourceRequest
-
final
- response → ResourceResponse?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeInterval → EventTimeInterval
-
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