ChatState constructor
const
ChatState({})
Implementation
const factory ChatState({
@Default(true) bool isLoading,
@Default(false) bool isButtonLoading,
@Default(true) bool isMessageLoading,
}) = _ChatState;
const factory ChatState({
@Default(true) bool isLoading,
@Default(false) bool isButtonLoading,
@Default(true) bool isMessageLoading,
}) = _ChatState;