NoPendingFrame class

A condition that waits until no pending frame is scheduled.

Inheritance

Constructors

NoPendingFrame()
Creates a NoPendingFrame condition.
const
NoPendingFrame.deserialize(Map<String, String> json)
Factory constructor to parse a NoPendingFrame instance from the given JSON map.
factory

Properties

conditionName String
Identifies the name of the wait condition.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
requiresRootWidgetAttached bool
Whether this command requires the widget tree to be initialized before the command may be run.
no setterinherited
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
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