ChatListState.error constructor

const ChatListState.error([
  1. String? error
])

Error

Implementation

const factory ChatListState.error([String? error]) = _ChatListStateError;