Season constructor

const Season(
  1. String uuid,
  2. String displayName,
  3. String? type,
  4. DateTime startTime,
  5. DateTime endTime,
  6. String? parentUuid,
  7. String assetPath,
)

Implementation

const Season(this.uuid, this.displayName, this.type, this.startTime,
    this.endTime, this.parentUuid, this.assetPath);