WorkspaceConnectionStatus constructor

WorkspaceConnectionStatus({
  1. ConnectionState? connectionState,
  2. DateTime? connectionStateCheckTimestamp,
  3. DateTime? lastKnownUserConnectionTimestamp,
  4. String? workspaceId,
})

Implementation

WorkspaceConnectionStatus({
  this.connectionState,
  this.connectionStateCheckTimestamp,
  this.lastKnownUserConnectionTimestamp,
  this.workspaceId,
});