Connection constructor

Connection({
  1. required Url url,
  2. required String db,
})

Implementation

Connection({required this.url, required this.db});