ChatState constructor
ChatState({})
Implementation
ChatState(
{this.text,
this.isLoading = false,
this.isImageLoading = false,
this.isBusinessTyping = false,
this.messages,
this.imageUrls});
ChatState(
{this.text,
this.isLoading = false,
this.isImageLoading = false,
this.isBusinessTyping = false,
this.messages,
this.imageUrls});