TreeNode class

Constructors

TreeNode({required bool checked, required bool show, required int id, required int pid, required int commonID, required String title, required List<TreeNode> children})
TreeNode.fromJson(Map<String, dynamic> json)
factory

Properties

checked bool
getter/setter pair
children List<TreeNode>
getter/setter pair
commonID int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pair
pid int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
getter/setter pair
title String
getter/setter pair

Methods

getAllChildrenTitles() List<int>
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