DatabaseCompute constructor

DatabaseCompute({
  1. String? name,
  2. String? path,
  3. Crypt? encrypt,
})

Implementation

DatabaseCompute({this.name, this.path, this.encrypt});