RenderTree class

A string representation of the render tree, the result of a FlutterDriver.getRenderTree method.

Inheritance

Constructors

RenderTree(String tree)
Creates a RenderTree object with the given string representation.

Properties

tree String
String representation of the render tree.
final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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.