VoltronMap class

Properties

data Map<String, Object?>
no setter
hashCode int
The hash code for this object.
no setteroverride
isEmpty bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
containsKey(String key) bool
entrySet() List<MapEntry<String, Object?>>
get<T extends Object>(String key) → T?
getByKeyList(List<String> keyList) VoltronMap
根据keyList获取含有指定key集合的VoltronMap
isNull(String key) bool
keySet() List<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
push<T>(String key, T value) → void
pushAll(VoltronMap? map) → void
pushIfNotExist<T>(String key, T value) → void
pushNull(String key) → void
remove(String key) → void
removeAll(List<String> keyList) → void
replaceKey(String newKey, String oldKey) → void
使用新的key替换旧的key,value保持不变
size() int
toDeepVoltronMap() VoltronMap
ensure deep to Voltron
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override
valueSet() List<Object?>

Operators

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