BoxerDatabase constructor

BoxerDatabase({
  1. required int version,
  2. String? path,
  3. String? name,
})

Implementation

BoxerDatabase({required this.version, this.path, this.name});