Testkit constructor
Testkit({})
Implementation
Testkit({
required this.id,
required this.name,
required this.description,
this.markers = const [],
this.turnaroundTimeLower,
this.turnaroundTimeUpper,
this.price,
});