RenderProcessGoneDetail class
Class that provides more specific information about why the render process exited. It is used by the PlatformWebViewCreationParams.onRenderProcessGone event.
Constructors
- RenderProcessGoneDetail({required bool didCrash, RendererPriority? rendererPriorityAtExit})
Properties
- didCrash ↔ bool
-
Indicates whether the render process was observed to crash, or whether it was killed by the system.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rendererPriorityAtExit ↔ RendererPriority?
-
Returns the renderer priority that was set at the time that the renderer exited. This may be greater than the priority that
any individual
WebView
requested using [].getter/setter pair - 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
-
toJson(
) → Map< String, dynamic> - Converts instance to a map.
-
toMap(
) → Map< String, dynamic> - Converts instance to a map.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? map) → RenderProcessGoneDetail? - Gets a possible RenderProcessGoneDetail instance from a Map value.