SunnyObservableMapList<K, L> constructor

SunnyObservableMapList<K, L>([
  1. String? debugLabel,
  2. DiffEquality? listDiffDelegator
])

Implementation

SunnyObservableMapList([String? debugLabel, this.listDiffDelegator])
    : _log = Logger("mapList.$debugLabel"),
      super(debugLabel: debugLabel, diffDelegator: DiffEquality());