BeginFrameResult class

Constructors

BeginFrameResult({required bool hasDamage, String? screenshotData})
BeginFrameResult.fromJson(Map<String, dynamic> json)
factory

Properties

hasDamage bool
Whether the BeginFrame resulted in damage and, thus, a new frame was committed to the display. Reported for diagnostic uses, may be removed in the future.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshotData String?
Base64-encoded image data of the screenshot, if one was requested and successfully taken.
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