Skip to content

Commit

Permalink
refactor: update freezed generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
adar2378 committed Apr 8, 2024
1 parent dfd3335 commit cada8a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'chat_state.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

ChatState _$ChatStateFromJson(Map<String, dynamic> json) {
return _ChatState.fromJson(json);
Expand Down Expand Up @@ -210,7 +210,7 @@ class _$ChatStateImpl implements _ChatState {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ChatStateImpl &&
Expand Down

0 comments on commit cada8a1

Please sign in to comment.