menu
enif package
documentation
modules/chat/view_model/chat_connection_view_model.dart
ChatConnectionState
ChatConnectionState.new constructor
ChatConnectionState.new constructor
dark_mode
light_mode
ChatConnectionState
constructor
ChatConnectionState
(
{
String
?
name
,
String
?
phoneNo
,
String
?
email
,
bool
isLoading
=
false
,
})
Implementation
ChatConnectionState({ this.name, this.phoneNo, this.email, this.isLoading = false, });
enif package
documentation
modules/chat/view_model/chat_connection_view_model
ChatConnectionState
ChatConnectionState.new constructor
ChatConnectionState class