InviteCard constructor

InviteCard({
  1. String? event,
  2. String? invitedPeopleCount,
  3. String? timeAndDate,
  4. String? atSign,
  5. String? memberCount,
  6. bool isStartTime = false,
})

Implementation

InviteCard(
    {this.event,
    this.invitedPeopleCount,
    this.timeAndDate,
    this.atSign,
    this.memberCount,
    this.isStartTime = false});