FpdartOnOptionMap<K> extension

on

Methods

extract<T>(K key) Option<T>
Return an Option that conditionally accesses map keys, only if they match the given type.
extractMap(K key) Option<Map<K, dynamic>>
Return an Option that conditionally accesses map keys, if they contain a map with the same key type.