DataStorage constructor

const DataStorage(
  1. String name, {
  2. bool autoNamespace = true,
})

Implementation

const DataStorage(this.name, {this.autoNamespace = true});