FirstFrameRasterized class Null safety
A condition that waits until the Flutter engine has rasterized the first frame.
- Inheritance
-
- Object
- SerializableWaitCondition
- FirstFrameRasterized
Constructors
- FirstFrameRasterized()
-
Creates a FirstFrameRasterized condition.
const
-
FirstFrameRasterized.deserialize(Map<
String, String> json) -
Factory constructor to parse a FirstFrameRasterized instance from the
given JSON map.
factory
Properties
- conditionName → String
-
Identifies the name of the wait condition.
read-onlyoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- requiresRootWidgetAttached → bool
-
Whether this command requires the widget tree to be initialized before
the command may be run.
read-onlyoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
serialize(
) → Map< String, String> -
Serializes the object to JSON.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited