PartyLookup constructor

PartyLookup({
  1. List? current,
  2. List? pending,
  3. List? invites,
  4. List? pings,
  5. bool? isSent,
})

PartyLookup Object

Implementation

PartyLookup(
    {this.current, this.pending, this.invites, this.pings, this.isSent});