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.
Properties
Methods
-
toJson(
) → Map< String, dynamic> -
Serializes this message to a JSON map.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → RenderTree - Deserializes the result from JSON.