SQLDialect constructor

SQLDialect(
  1. String name, {
  2. required String q,
})

Implementation

SQLDialect(this.name, {required this.q});