EventActivity constructor

EventActivity({
  1. String id = "",
  2. String name = "",
  3. String description = "",
})

Implementation

EventActivity({
  this.id = "",
  this.name = "",
  this.description = "",
});