EnterStandbyAnswer constructor

EnterStandbyAnswer({
  1. List<Activity>? activities,
})

Implementation

EnterStandbyAnswer({
  this.activities,
});