DalerTest constructor

DalerTest({
  1. String? id,
  2. String? expr,
  3. String? db,
})

Implementation

DalerTest({this.id, this.expr, this.db});