ChatState class

Constructors

ChatState({String? text, bool isLoading = false, bool isImageLoading = false, bool isBusinessTyping = false, List<Message>? messages, List<String>? imageUrls})

Properties

hashCode int
The hash code for this object.
no setteroverride
imageUrls List<String>?
final
isBusinessTyping bool
final
isImageLoading bool
final
isLoading bool
final
messages List<Message>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
final

Methods

copyWith({bool? isLoading, bool? isImageLoading, bool? isBusinessTyping, String? text, List<Message>? messages, List<String>? imageUrls}) ChatState
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.
override