Skip to content

Commit

Permalink
⬆️ Upgrade freezed
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jan 25, 2024
1 parent 250a30c commit 5613a4b
Show file tree
Hide file tree
Showing 39 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion lib/src/model/address.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class _$AddressImpl extends _Address {
}

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

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

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

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$BlockchainVersionModelImpl &&
Expand Down Expand Up @@ -295,7 +295,7 @@ class _$BlockchainVersionImpl implements _BlockchainVersion {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$SCCallFunctionRequestImpl &&
Expand Down Expand Up @@ -362,7 +362,7 @@ class _$SCCallFunctionParamsImpl implements _SCCallFunctionParams {
}

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

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

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

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

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TokenTransferImpl &&
Expand Down
6 changes: 3 additions & 3 deletions lib/src/model/transaction_fee.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class _$TransactionFeeImpl extends _TransactionFee {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TransactionFeeImpl &&
Expand Down Expand Up @@ -356,7 +356,7 @@ class _$RatesImpl extends _Rates {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$RatesImpl &&
Expand Down Expand Up @@ -547,7 +547,7 @@ class _$TransactionFeeErrorsImpl extends _TransactionFeeErrors {
}

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

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

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TransactionMovementImpl &&
Expand Down
4 changes: 2 additions & 2 deletions lib/src/model/transaction_notification.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class _$TransactionNotificationImpl extends _TransactionNotification {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TransactionNotificationImpl &&
Expand Down Expand Up @@ -282,7 +282,7 @@ class _$PushNotificationImpl extends _PushNotification {
}

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

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

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

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

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

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

0 comments on commit 5613a4b

Please sign in to comment.