PresenceList constructor

PresenceList({
  1. required int total,
  2. required List<Presence> presences,
})

Implementation

PresenceList({
  required this.total,
  required this.presences,
});