diff --git a/lib/src/model/address.freezed.dart b/lib/src/model/address.freezed.dart index 1c30f741..cf3dd10e 100644 --- a/lib/src/model/address.freezed.dart +++ b/lib/src/model/address.freezed.dart @@ -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 && diff --git a/lib/src/model/authorized_key.freezed.dart b/lib/src/model/authorized_key.freezed.dart index 47476ff6..4cc5f144 100644 --- a/lib/src/model/authorized_key.freezed.dart +++ b/lib/src/model/authorized_key.freezed.dart @@ -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 && diff --git a/lib/src/model/balance.freezed.dart b/lib/src/model/balance.freezed.dart index 7724321d..8be7b388 100644 --- a/lib/src/model/balance.freezed.dart +++ b/lib/src/model/balance.freezed.dart @@ -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 && diff --git a/lib/src/model/blockchain_version.freezed.dart b/lib/src/model/blockchain_version.freezed.dart index 4084c849..e58ff203 100644 --- a/lib/src/model/blockchain_version.freezed.dart +++ b/lib/src/model/blockchain_version.freezed.dart @@ -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 && @@ -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 && diff --git a/lib/src/model/cross_validation_stamp.freezed.dart b/lib/src/model/cross_validation_stamp.freezed.dart index f7dbc1c2..353d7379 100644 --- a/lib/src/model/cross_validation_stamp.freezed.dart +++ b/lib/src/model/cross_validation_stamp.freezed.dart @@ -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 && diff --git a/lib/src/model/crypto/aes_auth_encrypt_infos.freezed.dart b/lib/src/model/crypto/aes_auth_encrypt_infos.freezed.dart index 8e90f120..62d8cad2 100644 --- a/lib/src/model/crypto/aes_auth_encrypt_infos.freezed.dart +++ b/lib/src/model/crypto/aes_auth_encrypt_infos.freezed.dart @@ -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 && diff --git a/lib/src/model/crypto/key_pair.freezed.dart b/lib/src/model/crypto/key_pair.freezed.dart index 7f20e684..3b081fd3 100644 --- a/lib/src/model/crypto/key_pair.freezed.dart +++ b/lib/src/model/crypto/key_pair.freezed.dart @@ -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 && diff --git a/lib/src/model/crypto/secret.freezed.dart b/lib/src/model/crypto/secret.freezed.dart index ce8d11eb..4ef82b3b 100644 --- a/lib/src/model/crypto/secret.freezed.dart +++ b/lib/src/model/crypto/secret.freezed.dart @@ -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 && diff --git a/lib/src/model/data.freezed.dart b/lib/src/model/data.freezed.dart index 974daee9..ad87d2d1 100644 --- a/lib/src/model/data.freezed.dart +++ b/lib/src/model/data.freezed.dart @@ -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 && diff --git a/lib/src/model/endpoint.freezed.dart b/lib/src/model/endpoint.freezed.dart index 3f3f7d5b..65c8f156 100644 --- a/lib/src/model/endpoint.freezed.dart +++ b/lib/src/model/endpoint.freezed.dart @@ -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 && diff --git a/lib/src/model/error.freezed.dart b/lib/src/model/error.freezed.dart index d04da1ab..e047ac2f 100644 --- a/lib/src/model/error.freezed.dart +++ b/lib/src/model/error.freezed.dart @@ -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 && diff --git a/lib/src/model/hosting_ref.freezed.dart b/lib/src/model/hosting_ref.freezed.dart index 2f5b7e24..24c4787f 100644 --- a/lib/src/model/hosting_ref.freezed.dart +++ b/lib/src/model/hosting_ref.freezed.dart @@ -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 && diff --git a/lib/src/model/hosting_ref_content_metadata.freezed.dart b/lib/src/model/hosting_ref_content_metadata.freezed.dart index 71100590..3a1c9580 100644 --- a/lib/src/model/hosting_ref_content_metadata.freezed.dart +++ b/lib/src/model/hosting_ref_content_metadata.freezed.dart @@ -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 && diff --git a/lib/src/model/keychain.freezed.dart b/lib/src/model/keychain.freezed.dart index 744d5600..aa132d60 100644 --- a/lib/src/model/keychain.freezed.dart +++ b/lib/src/model/keychain.freezed.dart @@ -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 && diff --git a/lib/src/model/ledger.freezed.dart b/lib/src/model/ledger.freezed.dart index 84b64e3c..1f4314d3 100644 --- a/lib/src/model/ledger.freezed.dart +++ b/lib/src/model/ledger.freezed.dart @@ -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 && diff --git a/lib/src/model/ledger_operations.freezed.dart b/lib/src/model/ledger_operations.freezed.dart index 8cd3a58b..de6740ad 100644 --- a/lib/src/model/ledger_operations.freezed.dart +++ b/lib/src/model/ledger_operations.freezed.dart @@ -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 && diff --git a/lib/src/model/location.freezed.dart b/lib/src/model/location.freezed.dart index aef01bd6..4589b659 100644 --- a/lib/src/model/location.freezed.dart +++ b/lib/src/model/location.freezed.dart @@ -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 && diff --git a/lib/src/model/node.freezed.dart b/lib/src/model/node.freezed.dart index 6e45c537..8ef64d5e 100644 --- a/lib/src/model/node.freezed.dart +++ b/lib/src/model/node.freezed.dart @@ -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 && diff --git a/lib/src/model/on_chain_wallet_data.freezed.dart b/lib/src/model/on_chain_wallet_data.freezed.dart index ecf640e4..720bdbeb 100644 --- a/lib/src/model/on_chain_wallet_data.freezed.dart +++ b/lib/src/model/on_chain_wallet_data.freezed.dart @@ -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 && diff --git a/lib/src/model/oracle_chain/oracle_uco_price.freezed.dart b/lib/src/model/oracle_chain/oracle_uco_price.freezed.dart index 982fba13..6fcc9694 100644 --- a/lib/src/model/oracle_chain/oracle_uco_price.freezed.dart +++ b/lib/src/model/oracle_chain/oracle_uco_price.freezed.dart @@ -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 && diff --git a/lib/src/model/ownership.freezed.dart b/lib/src/model/ownership.freezed.dart index 94ae9af7..5d60b134 100644 --- a/lib/src/model/ownership.freezed.dart +++ b/lib/src/model/ownership.freezed.dart @@ -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 && diff --git a/lib/src/model/recipient.freezed.dart b/lib/src/model/recipient.freezed.dart index 57fe0288..777c91d0 100644 --- a/lib/src/model/recipient.freezed.dart +++ b/lib/src/model/recipient.freezed.dart @@ -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 && diff --git a/lib/src/model/service.freezed.dart b/lib/src/model/service.freezed.dart index 24c5e56e..9836ffdd 100644 --- a/lib/src/model/service.freezed.dart +++ b/lib/src/model/service.freezed.dart @@ -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 && diff --git a/lib/src/model/shared_secrets.freezed.dart b/lib/src/model/shared_secrets.freezed.dart index a7c980dd..bcd64176 100644 --- a/lib/src/model/shared_secrets.freezed.dart +++ b/lib/src/model/shared_secrets.freezed.dart @@ -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 && diff --git a/lib/src/model/smart_contracts/sc_call_function_request.freezed.dart b/lib/src/model/smart_contracts/sc_call_function_request.freezed.dart index 95b43dec..c29ca551 100644 --- a/lib/src/model/smart_contracts/sc_call_function_request.freezed.dart +++ b/lib/src/model/smart_contracts/sc_call_function_request.freezed.dart @@ -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 && @@ -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 && diff --git a/lib/src/model/token.freezed.dart b/lib/src/model/token.freezed.dart index 3428c27c..95fea69b 100644 --- a/lib/src/model/token.freezed.dart +++ b/lib/src/model/token.freezed.dart @@ -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 && diff --git a/lib/src/model/token_balance.freezed.dart b/lib/src/model/token_balance.freezed.dart index 6a4a6bde..5fedb77c 100644 --- a/lib/src/model/token_balance.freezed.dart +++ b/lib/src/model/token_balance.freezed.dart @@ -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 && diff --git a/lib/src/model/token_ledger.freezed.dart b/lib/src/model/token_ledger.freezed.dart index 58be5795..858591d1 100644 --- a/lib/src/model/token_ledger.freezed.dart +++ b/lib/src/model/token_ledger.freezed.dart @@ -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 && diff --git a/lib/src/model/token_transfer.freezed.dart b/lib/src/model/token_transfer.freezed.dart index 10e58039..d36a2217 100644 --- a/lib/src/model/token_transfer.freezed.dart +++ b/lib/src/model/token_transfer.freezed.dart @@ -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 && diff --git a/lib/src/model/transaction_fee.freezed.dart b/lib/src/model/transaction_fee.freezed.dart index fa415d95..255c27d2 100644 --- a/lib/src/model/transaction_fee.freezed.dart +++ b/lib/src/model/transaction_fee.freezed.dart @@ -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 && @@ -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 && @@ -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 && diff --git a/lib/src/model/transaction_input.freezed.dart b/lib/src/model/transaction_input.freezed.dart index c9e8c204..f65325cd 100644 --- a/lib/src/model/transaction_input.freezed.dart +++ b/lib/src/model/transaction_input.freezed.dart @@ -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 && diff --git a/lib/src/model/transaction_movement.freezed.dart b/lib/src/model/transaction_movement.freezed.dart index f6c18791..18fc1b02 100644 --- a/lib/src/model/transaction_movement.freezed.dart +++ b/lib/src/model/transaction_movement.freezed.dart @@ -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 && diff --git a/lib/src/model/transaction_notification.freezed.dart b/lib/src/model/transaction_notification.freezed.dart index af026477..4866cb6a 100644 --- a/lib/src/model/transaction_notification.freezed.dart +++ b/lib/src/model/transaction_notification.freezed.dart @@ -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 && @@ -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 && diff --git a/lib/src/model/transaction_status.freezed.dart b/lib/src/model/transaction_status.freezed.dart index d3ce4d23..d85c2651 100644 --- a/lib/src/model/transaction_status.freezed.dart +++ b/lib/src/model/transaction_status.freezed.dart @@ -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 && diff --git a/lib/src/model/uco.freezed.dart b/lib/src/model/uco.freezed.dart index d6ce6c06..99f30f41 100644 --- a/lib/src/model/uco.freezed.dart +++ b/lib/src/model/uco.freezed.dart @@ -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 && diff --git a/lib/src/model/uco_ledger.freezed.dart b/lib/src/model/uco_ledger.freezed.dart index 46dc588b..ca54d82e 100644 --- a/lib/src/model/uco_ledger.freezed.dart +++ b/lib/src/model/uco_ledger.freezed.dart @@ -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 && diff --git a/lib/src/model/uco_transfer.freezed.dart b/lib/src/model/uco_transfer.freezed.dart index 46a86983..06f5d255 100644 --- a/lib/src/model/uco_transfer.freezed.dart +++ b/lib/src/model/uco_transfer.freezed.dart @@ -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 && diff --git a/lib/src/model/validation_stamp.freezed.dart b/lib/src/model/validation_stamp.freezed.dart index 7e612f1a..ca3db621 100644 --- a/lib/src/model/validation_stamp.freezed.dart +++ b/lib/src/model/validation_stamp.freezed.dart @@ -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 && diff --git a/lib/src/utils/confirmations/transaction_event.freezed.dart b/lib/src/utils/confirmations/transaction_event.freezed.dart index fe7b7889..e724ae98 100644 --- a/lib/src/utils/confirmations/transaction_event.freezed.dart +++ b/lib/src/utils/confirmations/transaction_event.freezed.dart @@ -166,7 +166,7 @@ class _$TransactionTimeoutImpl extends _TransactionTimeout { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$TransactionTimeoutImpl); } @@ -337,7 +337,7 @@ class _$TransactionConnectionErrorImpl extends _TransactionConnectionError { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$TransactionConnectionErrorImpl); @@ -511,7 +511,7 @@ class _$TransactionConsensusNotReachedErrorImpl } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$TransactionConsensusNotReachedErrorImpl); @@ -681,7 +681,7 @@ class _$TransactionInvalidImpl extends _TransactionInvalid { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$TransactionInvalidImpl); } @@ -853,7 +853,7 @@ class _$TransactionInvalidConfirmationImpl } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$TransactionInvalidConfirmationImpl); @@ -1026,7 +1026,7 @@ class _$TransactionInsufficientFundsImpl extends _TransactionInsufficientFunds { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$TransactionInsufficientFundsImpl); @@ -1199,7 +1199,7 @@ class _$TransactionServiceNotFoundImpl extends _TransactionServiceNotFound { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$TransactionServiceNotFoundImpl); @@ -1373,7 +1373,7 @@ class _$TransactionServiceAlreadyExistsImpl } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$TransactionServiceAlreadyExistsImpl); @@ -1545,7 +1545,7 @@ class _$TransactionUserRejectedImpl extends _TransactionUserRejected { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$TransactionUserRejectedImpl); @@ -1736,7 +1736,7 @@ class _$TransactionUnknownAccountImpl extends _TransactionUnknownAccount { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$TransactionUnknownAccountImpl && @@ -1939,7 +1939,7 @@ class _$TransactionOtherErrorImpl extends _TransactionOtherError { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$TransactionOtherErrorImpl && @@ -2260,7 +2260,7 @@ class _$TransactionConfirmationImpl extends _TransactionConfirmation { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && other is _$TransactionConfirmationImpl &&