WorkspaceConnectionStatus constructor
WorkspaceConnectionStatus({
- ConnectionState? connectionState,
- DateTime? connectionStateCheckTimestamp,
- DateTime? lastKnownUserConnectionTimestamp,
- String? workspaceId,
Implementation
WorkspaceConnectionStatus({
this.connectionState,
this.connectionStateCheckTimestamp,
this.lastKnownUserConnectionTimestamp,
this.workspaceId,
});