MapUtil class

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

merge({required Map<String, dynamic> current, required Map<String, dynamic> origin, List<String> namePath = const []}) Map<String, dynamic>
合并配置信息
readConfigByNamePath(Map<String, dynamic>? config, List<String>? namePath) Map<String, dynamic>?
读取配置信息