Tests constructor

Tests({
  1. Test? test,
  2. String? type,
  3. int? time,
})

Implementation

Tests({this.test, this.type, this.time});