Suite constructor

Suite({
  1. int? id,
  2. String? platform,
  3. String? path,
})

Implementation

Suite({this.id, this.platform, this.path});