VBaseUtils class
FileName base_utils
@Author ThinkPad @Date 2024/7/6 22:47
@Description 老铁 写下你的备注哦
Constructors
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
-
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
Static Methods
-
deepCopyList(
List list) → List -
deepCopyMap(
Map map) → Map< String, dynamic> -
flattenTreeToList(
List tree) → List