DatabaseType constructor

DatabaseType({
  1. String? engine,
  2. String? provider,
})

Implementation

DatabaseType({this.engine, this.provider});