DSBMobileNode class

Constructors

DSBMobileNode.parse(Map<String, dynamic> json)
factory

Properties

children List<DSBMobileNode>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Link to the icon of this node.
getter/setter pair
index int
The index of this entry in the parent list.
getter/setter pair
methodName String?
The method that created this node.
getter/setter pair
newCount int
getter/setter pair
root DSBMobileEntry?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveLastState bool
getter/setter pair
title String
The title of this node.
getter/setter pair

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