GetOrNullMap extension

on

Methods

get(String key, [String? orKey]) Map<String, dynamic>?
Get a map inside a map
getList(String key, [String? orKey]) List<Map<String, dynamic>>?
Get a List<Map<String, dynamic>>> from a map.
getT<T extends Object>(String key) → T?
Get a value inside a map. If it is null this returns null, or another type this throws.