Map constructor Null safety

const Map(
  1. StorageAdapter _sa,
  2. APIConnector _api,
  3. {Key? key}
)

Implementation

const Map(this._sa, this._api, {Key? key}) : super(key: key);