JoinClassBody constructor

JoinClassBody({
  1. required String classId,
  2. String coordinates = "",
  3. int device = 0,
  4. String location = "",
  5. int platform = 0,
  6. int role = 0,
  7. String version = "latest",
  8. String id = "",
})

Implementation

JoinClassBody({
  required this.classId,
  this.coordinates = "",
  this.device = 0,
  this.location = "",
  this.platform = 0,
  this.role = 0,
  this.version = "latest",
  this.id = "",
});