MapOptionExtension<K> extension
Methods
-
extract<
T> (K key) → Option< T> -
Available on Option<
Return an Option that conditionally accesses map keys, if they match the given type. Useful for accessing nested JSON.Map< , provided by the MapOptionExtension extensionK, dynamic> > -
extractMap(
K key) → Option< Map< K, dynamic> > -
Available on Option<
Return an Option that conditionally accesses map keys, if they contain a map with the same key type. Useful for accessing nested JSON.Map< , provided by the MapOptionExtension extensionK, dynamic> >