EMPresence constructor

EMPresence(
  1. String publisher,
  2. String statusDescription,
  3. Map<String, int>? statusDetails,
  4. int lastTime,
  5. int expiryTime,
)

Implementation

EMPresence(
  this.publisher,
  this.statusDescription,
  this.statusDetails,
  this.lastTime,
  this.expiryTime,
);