UIElementTooDeep class

A warning that the screen hierarchy is deeper than the recommended threshold.

Constructors

UIElementTooDeep({int? depth, String? screenId, String? screenStateId})
UIElementTooDeep.fromJson(Map _json)

Properties

depth int?
The depth of the screen element
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenId String?
The screen id of the element
getter/setter pair
screenStateId String?
The screen state id of the element
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited