ActivityParty constructor

ActivityParty({
  1. String? id,
  2. List<int>? size,
})

Implementation

ActivityParty({
  this.id,
  this.size,
});