menu
blockchain_utils package
documentation
utils/json/extension/json.dart
ExtJSONHelper<K, V>
hasValue method
hasValue method
dark_mode
light_mode
hasValue
method
bool
hasValue
(
K
key
)
Implementation
bool hasValue(K key) { final value = this[key]; return value != null; }
blockchain_utils package
documentation
utils/json/extension/json
ExtJSONHelper<K, V>
hasValue method
ExtJSONHelper extension on
Map
<
K
,
V
>