WebSocketState class
Constructors
-
WebSocketState({required bool isConnected, bool isLoading = false, String? error, MeResponse? meResponse, CreateGroupResponse? createGroupResponse, InstantMeetingResponse? instantMeetingResponse, CallConfigResponse? callConfigResponse, DirectMessageResponse? directMessageResponse, MessageUserTypeResponse? messageUserTypingResponse, UserUpdateStatusResponse? userUpdateResponse, MessageSeenByResponse? messageSeenByResponse, MessageFileUploadResponse? fileUploadResponse, String? meetingStatus, int? attendeeJoined, String? userStatus, List<DirectMessage> chatMessages = const [], Map<int, int> groupSeenUntil = const {}, Map<int, FileUploadProgress> fileUploadProgress = const {}})
-
Methods
-
copyWith({bool? isConnected, bool? isLoading, String? error, MeResponse? meResponse, CreateGroupResponse? createGroupResponse, InstantMeetingResponse? instantMeetingResponse, CallConfigResponse? callConfigResponse, DirectMessageResponse? directMessageResponse, CallEndResponse? callEndResponse, UserUpdateStatusResponse? userUpdateResponse, MessageUserTypeResponse? messageUserTypingResponse, MessageSeenByResponse? messageSeenByResponse, MessageFileUploadResponse? fileUploadResponse, String? meetingStatus, int? attendeeJoined, String? userStatus, bool preserveUserStatus = true, List<DirectMessage>? chatMessages, Map<int, int>? groupSeenUntil, Map<int, FileUploadProgress>? fileUploadProgress})
→ WebSocketState
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited