ChatState constructor

const ChatState({
  1. @Default(true) bool isLoading,
  2. @Default(false) bool isButtonLoading,
  3. @Default(true) bool isMessageLoading,
})

Implementation

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