Suites constructor

Suites({
  1. Suite? suite,
  2. String? type,
  3. int? time,
})

Implementation

Suites({this.suite, this.type, this.time});