Skip to content

Commit

Permalink
再ビルド、ゲーム関係のレスポンス型を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
shiosyakeyakini-info committed Jan 27, 2024
1 parent ebb28fa commit d5df14a
Show file tree
Hide file tree
Showing 197 changed files with 306 additions and 321 deletions.
2 changes: 1 addition & 1 deletion lib/src/data/announcements_request.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class _$AnnouncementsRequestImpl implements _AnnouncementsRequest {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AnnouncementsRequestImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/announcements_response.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class _$AnnouncementsResponseImpl implements _AnnouncementsResponse {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AnnouncementsResponseImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/antennas/antennas_create_request.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class _$AntennasCreateRequestImpl implements _AntennasCreateRequest {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AntennasCreateRequestImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/antennas/antennas_delete_request.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class _$AntennasDeleteRequestImpl implements _AntennasDeleteRequest {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AntennasDeleteRequestImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/antennas/antennas_notes_request.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class _$AntennasNotesRequestImpl implements _AntennasNotesRequest {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AntennasNotesRequestImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/antennas/antennas_show_request.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class _$AntennasShowRequestImpl implements _AntennasShowRequest {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AntennasShowRequestImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/antennas/antennas_update_request.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class _$AntennasUpdateRequestImpl implements _AntennasUpdateRequest {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AntennasUpdateRequestImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/ap/ap_show_request.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class _$ApShowRequestImpl implements _ApShowRequest {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ApShowRequestImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/ap/ap_show_response.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class _$ApShowResponseImpl implements _ApShowResponse {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ApShowResponseImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/base/antenna.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class _$AntennaImpl implements _Antenna {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AntennaImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/base/clip.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class _$ClipImpl implements _Clip {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ClipImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/base/community_channel.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class _$CommunityChannelImpl implements _CommunityChannel {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CommunityChannelImpl &&
Expand Down
4 changes: 2 additions & 2 deletions lib/src/data/base/drive_file.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ class _$DriveFileImpl implements _DriveFile {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$DriveFileImpl &&
Expand Down Expand Up @@ -659,7 +659,7 @@ class _$DriveFilePropertiesImpl implements _DriveFileProperties {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$DriveFilePropertiesImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/base/drive_folder.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class _$DriveFolderImpl implements _DriveFolder {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$DriveFolderImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/base/flash.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class _$FlashImpl implements _Flash {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$FlashImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/base/follow_request.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class _$FollowRequestImpl implements _FollowRequest {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$FollowRequestImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/base/following.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class _$FollowingImpl implements _Following {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$FollowingImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/base/hashtag.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class _$HashtagImpl implements _Hashtag {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$HashtagImpl &&
Expand Down
8 changes: 4 additions & 4 deletions lib/src/data/base/note.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ class _$NoteImpl implements _Note {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$NoteImpl &&
Expand Down Expand Up @@ -1122,7 +1122,7 @@ class _$NoteChannelInfoImpl implements _NoteChannelInfo {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$NoteChannelInfoImpl &&
Expand Down Expand Up @@ -1322,7 +1322,7 @@ class _$NotePollImpl implements _NotePoll {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$NotePollImpl &&
Expand Down Expand Up @@ -1498,7 +1498,7 @@ class _$NotePollChoiceImpl implements _NotePollChoice {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$NotePollChoiceImpl &&
Expand Down
12 changes: 6 additions & 6 deletions lib/src/data/base/page.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ class _$PageImpl implements _Page {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PageImpl &&
Expand Down Expand Up @@ -722,7 +722,7 @@ class _$PageTextImpl implements _PageText {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PageTextImpl &&
Expand Down Expand Up @@ -928,7 +928,7 @@ class _$PageSectionImpl implements _PageSection {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PageSectionImpl &&
Expand Down Expand Up @@ -1105,7 +1105,7 @@ class _$PageImageImpl implements _PageImage {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PageImageImpl &&
Expand Down Expand Up @@ -1290,7 +1290,7 @@ class _$PageNoteImpl implements _PageNote {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PageNoteImpl &&
Expand Down Expand Up @@ -1453,7 +1453,7 @@ class _$PageUnknownImpl implements _PageUnknown {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PageUnknownImpl &&
Expand Down
22 changes: 11 additions & 11 deletions lib/src/data/base/user.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class _$UserLiteImpl implements _UserLite {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UserLiteImpl &&
Expand Down Expand Up @@ -1365,7 +1365,7 @@ class _$UserDetailedNotMeImpl implements _UserDetailedNotMe {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UserDetailedNotMeImpl &&
Expand Down Expand Up @@ -2702,7 +2702,7 @@ class _$UserDetailedNotMeWithRelationsImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UserDetailedNotMeWithRelationsImpl &&
Expand Down Expand Up @@ -4546,7 +4546,7 @@ class _$MeDetailedImpl implements _MeDetailed {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$MeDetailedImpl &&
Expand Down Expand Up @@ -5205,7 +5205,7 @@ class _$UserAvatarDecorationImpl implements _UserAvatarDecoration {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UserAvatarDecorationImpl &&
Expand Down Expand Up @@ -5452,7 +5452,7 @@ class _$UserInstanceInfoImpl implements _UserInstanceInfo {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UserInstanceInfoImpl &&
Expand Down Expand Up @@ -5633,7 +5633,7 @@ class _$UserBadgeRoleImpl implements _UserBadgeRole {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UserBadgeRoleImpl &&
Expand Down Expand Up @@ -5876,7 +5876,7 @@ class _$UserRoleImpl implements _UserRole {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UserRoleImpl &&
Expand Down Expand Up @@ -6063,7 +6063,7 @@ class _$UserAchievementImpl implements _UserAchievement {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UserAchievementImpl &&
Expand Down Expand Up @@ -6551,7 +6551,7 @@ class _$UserPoliciesImpl implements _UserPolicies {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UserPoliciesImpl &&
Expand Down Expand Up @@ -6830,7 +6830,7 @@ class _$UserFieldImpl implements _UserField {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UserFieldImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/base/user_list.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class _$UsersListImpl implements _UsersList {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$UsersListImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/block/block_create_request.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class _$BlockCreateRequestImpl implements _BlockCreateRequest {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$BlockCreateRequestImpl &&
Expand Down
2 changes: 1 addition & 1 deletion lib/src/data/block/block_delete_request.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class _$BlockDeleteRequestImpl implements _BlockDeleteRequest {
}

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

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

0 comments on commit d5df14a

Please sign in to comment.