Skip to content

Instantly share code, notes, and snippets.

@FlutterWiz
Created January 7, 2023 13:24
Show Gist options
  • Save FlutterWiz/341c5c0ad32d5c01708bb23431a73668 to your computer and use it in GitHub Desktop.
Save FlutterWiz/341c5c0ad32d5c01708bb23431a73668 to your computer and use it in GitHub Desktop.
part 'chat_failure.freezed.dart';
@freezed
class ChatFailure with _$ChatFailure {
const factory ChatFailure.serverError() = ServerError;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment