ActivityType constructor

ActivityType({
  1. Activity? activity,
})

Implementation

ActivityType({
  this.activity,
});