SunnyObservableMapMap<K1, K, V> constructor

SunnyObservableMapMap<K1, K, V>([
  1. String? debugLabel,
  2. DiffEquality? listDiffDelegator
])

Implementation

SunnyObservableMapMap([String? debugLabel, this.listDiffDelegator])
    : log = Logger("mapMap[${debugLabel ?? '-'}"),
      super(debugLabel: debugLabel, diffDelegator: DiffEquality());