DataStoreLocal constructor

DataStoreLocal(
  1. Map<Type, ClassInfo> classInfoMap, {
  2. String path = 'local_datastore.json',
})

Implementation

DataStoreLocal(super.classInfoMap, {this.path = 'local_datastore.json'});