RenderTree class
A string representation of the render tree, the result of a FlutterDriver.getRenderTree method.
Constructors
- RenderTree(String? tree)
-
Creates a RenderTree object with the given string representation.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this message to a JSON map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → RenderTree - Deserializes the result from JSON.