SuccessChatConnectionState class
- Inheritance
-
- Object
- ChatConnectionState
- SuccessChatConnectionState
Constructors
- SuccessChatConnectionState(ChatConnectionState state, ChatSession chatSession)
Properties
- chatSession → ChatSession
-
final
- email → String?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLoading → bool
-
finalinherited
- name → String?
-
finalinherited
- phoneNo → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{bool? isLoading, String? name, String? phoneNo, String? email}) → ChatConnectionState -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited