SunnyObservableMap<K, V> constructor

SunnyObservableMap<K, V>({
  1. String? debugLabel,
  2. DiffEquality? diffDelegator,
})

Implementation

SunnyObservableMap({String? debugLabel, DiffEquality? diffDelegator})
    : this.of(<K, V>{}, debugLabel: debugLabel, diffDelegator: diffDelegator);