SonicDbBase constructor

SonicDbBase({
  1. String name = "sonicdb",
  2. Map<String, dynamic> entities = const {},
  3. int version = 1,
  4. bool useDeviceProtectedStorage = false,
})

Implementation

SonicDbBase(
    {this.name = "sonicdb",
    this.entities = const {},
    this.version = 1,
    this.useDeviceProtectedStorage = false});