of<K, V> static method

RxMap<K, V> of<K, V>(
  1. Map<K, V> map
)

Implementation

static RxMap<K, V> of<K, V>(Map<K, V> map) => RxMap<K, V>(map);