ConnectionStatusState constructor
ConnectionStatusState({})
Implementation
ConnectionStatusState({
required this.connectionStatusByKeys,
required this.users,
required this.blocked,
required this.muted,
this.isLoading = true,
});