ChatState constructor
Implementation
const ChatState({
this.messages = const [],
this.isLoading = false,
this.isRestoring = false,
this.isReadOnly = false,
this.error,
});
const ChatState({
this.messages = const [],
this.isLoading = false,
this.isRestoring = false,
this.isReadOnly = false,
this.error,
});