TrainingEventModel constructor

TrainingEventModel(
  1. String eventName,
  2. String trainingProgram,
  3. String type,
  4. String eventStatus,
  5. String location,
  6. String startTime,
  7. String endTime,
  8. String introduction,
)

Implementation

TrainingEventModel(
  this.eventName,
  this.trainingProgram,
  this.type,
  this.eventStatus,
  this.location,
  this.startTime,
  this.endTime,
  this.introduction,
);