Tree class

Created by wangjunren on 2020/10/28 Describe:

路径管理树

Constructors

Tree()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildByUrl(Uri uri, dynamic value) → dynamic
buildTree(NodePath nodePath) → dynamic
buildTreeByUrlComponent(UrlComponent component) → dynamic
findByPath(List<String> path) TreeResult?
findByUri(Uri uri) UrlComponent
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeNodeByPath(List<String> path) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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