Skip to content

Commit

Permalink
自動生成コードを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
shiosyakeyakini-info committed Dec 18, 2023
1 parent 9bf102a commit b4833c8
Show file tree
Hide file tree
Showing 20 changed files with 1,183 additions and 1,103 deletions.
2 changes: 1 addition & 1 deletion lib/model/account_settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class _$AccountSettingsImpl extends _AccountSettings {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AccountSettingsImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/acct.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class _$AcctImpl extends _Acct {
final String username;

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AcctImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/antenna_settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class _$AntennaSettingsImpl extends _AntennaSettings {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AntennaSettingsImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/clip_settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class _$ClipSettingsImpl extends _ClipSettings {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ClipSettingsImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/color_theme.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ class _$ColorThemeImpl implements _ColorTheme {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ColorThemeImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/exported_setting.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class _$ExportedSettingImpl implements _ExportedSetting {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ExportedSettingImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/federation_data.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ class _$FederationDataImpl implements _FederationData {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$FederationDataImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/general_settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ class _$GeneralSettingsImpl implements _GeneralSettings {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$GeneralSettingsImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/misskey_theme.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class _$MisskeyThemeImpl implements _MisskeyTheme {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$MisskeyThemeImpl &&
Expand Down
4 changes: 2 additions & 2 deletions lib/model/summaly_result.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class _$SummalyResultImpl implements _SummalyResult {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SummalyResultImpl &&
Expand Down Expand Up @@ -454,7 +454,7 @@ class _$PlayerImpl implements _Player {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PlayerImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/tab_icon.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class _$TabIconImpl implements _TabIcon {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TabIconImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/tab_setting.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class _$TabSettingImpl extends _TabSetting {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TabSettingImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/unicode_emoji.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class _$UnicodeEmojiImpl implements _UnicodeEmoji {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UnicodeEmojiImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/model/users_list_settings.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class _$UsersListSettingsImpl extends _UsersListSettings {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UsersListSettingsImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/repository/note_repository.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class _$NoteStatusImpl with DiagnosticableTreeMixin implements _NoteStatus {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$NoteStatusImpl &&
Expand Down
96 changes: 48 additions & 48 deletions lib/router/app_router.gr.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ class _$NoteCreateImpl implements _NoteCreate {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$NoteCreateImpl &&
Expand Down Expand Up @@ -829,7 +829,7 @@ class _$NoteCreateChannelImpl implements _NoteCreateChannel {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$NoteCreateChannelImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class _$ImageMetaImpl implements _ImageMeta {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ImageMetaImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class _$PhotoEditImpl implements _PhotoEdit {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PhotoEditImpl &&
Expand Down Expand Up @@ -557,7 +557,7 @@ class _$ColorFilterPreviewImpl implements _ColorFilterPreview {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ColorFilterPreviewImpl &&
Expand Down Expand Up @@ -726,7 +726,7 @@ class _$EditedEmojiDataImpl implements _EditedEmojiData {
}

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

0 comments on commit b4833c8

Please sign in to comment.