LinkedMultiValueMap.remove

Undocumented in source. Be warned that the author may not have intended to support it.
  1. List!(V) remove(K key)
    class LinkedMultiValueMap(K, V)
    override
    List!(V)
    remove
    (
    K key
    )
  2. bool remove(K key, List!(V) value)

Meta