ChatHistoryState class

Constructors

ChatHistoryState({String? text, bool isLoading = false, bool isRead = true, List<TicketStatus>? ticketStatus, List<ChatSession>? messages})

Properties

hashCode int
The hash code for this object.
no setteroverride
isLoading bool
final
isRead bool
final
length int
no setter
messages List<ChatSession>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusLength int
no setter
text String?
final
ticketStatus List<TicketStatus>?
getter/setter pair

Methods

copyWith({bool? isLoading, bool? isRead, String? text, List<TicketStatus>? ticketStatus, List<ChatSession>? messages}) ChatHistoryState
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