MapStorageAccessAgent constructor

MapStorageAccessAgent([
  1. Map<String, String>? storage
])

Implementation

MapStorageAccessAgent([Map<String, String>? storage]):
  this.by(EntityCache(), storage);