PrerenderAttemptCompletedEvent class
Constructors
- PrerenderAttemptCompletedEvent({required FrameId initiatingFrameId, required String prerenderingUrl, required PrerenderFinalStatus finalStatus, String? disallowedApiMethod})
-
PrerenderAttemptCompletedEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- disallowedApiMethod → String?
-
This is used to give users more information about the name of the API call
that is incompatible with prerender and has caused the cancellation of the attempt
final
- finalStatus → PrerenderFinalStatus
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initiatingFrameId → FrameId
-
The frame id of the frame initiating prerendering.
final
- prerenderingUrl → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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