Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save philip-wernersbach/a7e386ba0433e77bfc934cab25f248c9 to your computer and use it in GitHub Desktop.
Save philip-wernersbach/a7e386ba0433e77bfc934cab25f248c9 to your computer and use it in GitHub Desktop.
Launching lib/main.dart on iPhone SE (2nd generation) in debug mode...
Compiler message:
lib/state/state.dart:14:6: Error: Error when reading 'lib/state/state.g.dart': No such file or directory
part 'state.g.dart';
^
lib/logic/types.dart:10:6: Error: Error when reading 'lib/logic/types.g.dart': No such file or directory
part 'types.g.dart';
^
lib/protocol/protocol.dart:13:6: Error: Error when reading 'lib/protocol/protocol.g.dart': No such file or directory
part 'protocol.g.dart';
^
lib/actions/actions.dart:24:6: Error: Error when reading 'lib/actions/actions.g.dart': No such file or directory
part 'actions.g.dart';
^
lib/protocol/common.dart:6:6: Error: Error when reading 'lib/protocol/common.g.dart': No such file or directory
part 'common.g.dart';
^
lib/protocol/compact.dart:9:6: Error: Error when reading 'lib/protocol/compact.g.dart': No such file or directory
part 'compact.g.dart';
^
lib/state/views/views.dart:21:6: Error: Error when reading 'lib/state/views/views.g.dart': No such file or directory
part 'views.g.dart';
^
lib/protocol/file.dart:10:6: Error: Error when reading 'lib/protocol/file.g.dart': No such file or directory
part 'file.g.dart';
^
lib/actions/buy.dart:9:6: Error: Error when reading 'lib/actions/buy.g.dart': No such file or directory
part 'buy.g.dart';
^
lib/actions/home.dart:6:6: Error: Error when reading 'lib/actions/home.g.dart': No such file or directory
part 'home.g.dart';
^
lib/actions/out_transactions.dart:8:6: Error: Error when reading 'lib/actions/out_transactions.g.dart': No such file or directory
part 'out_transactions.g.dart';
^
lib/actions/in_transactions.dart:9:6: Error: Error when reading 'lib/actions/in_transactions.g.dart': No such file or directory
part 'in_transactions.g.dart';
^
lib/actions/sell.dart:8:6: Error: Error when reading 'lib/actions/sell.g.dart': No such file or directory
part 'sell.g.dart';
^
lib/actions/balances.dart:8:6: Error: Error when reading 'lib/actions/balances.g.dart': No such file or directory
part 'balances.g.dart';
^
lib/actions/settings.dart:10:6: Error: Error when reading 'lib/actions/settings.g.dart': No such file or directory
part 'settings.g.dart';
^
lib/actions/about.dart:6:6: Error: Error when reading 'lib/actions/about.g.dart': No such file or directory
part 'about.g.dart';
^
lib/state/views/buy.dart:8:6: Error: Error when reading 'lib/state/views/buy.g.dart': No such file or directory
part 'buy.g.dart';
^
lib/state/views/out_transactions.dart:8:6: Error: Error when reading 'lib/state/views/out_transactions.g.dart': No such file or directory
part 'out_transactions.g.dart';
^
lib/state/views/in_transactions.dart:10:6: Error: Error when reading 'lib/state/views/in_transactions.g.dart': No such file or directory
part 'in_transactions.g.dart';
^
lib/state/views/balances.dart:8:6: Error: Error when reading 'lib/state/views/balances.g.dart': No such file or directory
part 'balances.g.dart';
^
lib/state/views/sell.dart:8:6: Error: Error when reading 'lib/state/views/sell.g.dart': No such file or directory
part 'sell.g.dart';
^
lib/state/views/settings.dart:10:6: Error: Error when reading 'lib/state/views/settings.g.dart': No such file or directory
part 'settings.g.dart';
^
lib/state/state.dart:14:6: Error: Can't use 'lib/state/state.g.dart' as a part, because it has no 'part of' declaration.
part 'state.g.dart';
^
lib/logic/types.dart:10:6: Error: Can't use 'lib/logic/types.g.dart' as a part, because it has no 'part of' declaration.
part 'types.g.dart';
^
lib/protocol/protocol.dart:13:6: Error: Can't use 'lib/protocol/protocol.g.dart' as a part, because it has no 'part of' declaration.
part 'protocol.g.dart';
^
lib/actions/actions.dart:24:6: Error: Can't use 'lib/actions/actions.g.dart' as a part, because it has no 'part of' declaration.
part 'actions.g.dart';
^
lib/protocol/common.dart:6:6: Error: Can't use 'lib/protocol/common.g.dart' as a part, because it has no 'part of' declaration.
part 'common.g.dart';
^
lib/protocol/compact.dart:9:6: Error: Can't use 'lib/protocol/compact.g.dart' as a part, because it has no 'part of' declaration.
part 'compact.g.dart';
^
lib/state/views/views.dart:21:6: Error: Can't use 'lib/state/views/views.g.dart' as a part, because it has no 'part of' declaration.
part 'views.g.dart';
^
lib/protocol/file.dart:10:6: Error: Can't use 'lib/protocol/file.g.dart' as a part, because it has no 'part of' declaration.
part 'file.g.dart';
^
lib/actions/buy.dart:9:6: Error: Can't use 'lib/actions/buy.g.dart' as a part, because it has no 'part of' declaration.
part 'buy.g.dart';
^
lib/actions/home.dart:6:6: Error: Can't use 'lib/actions/home.g.dart' as a part, because it has no 'part of' declaration.
part 'home.g.dart';
^
lib/actions/out_transactions.dart:8:6: Error: Can't use 'lib/actions/out_transactions.g.dart' as a part, because it has no 'part of' declaration.
part 'out_transactions.g.dart';
^
lib/actions/in_transactions.dart:9:6: Error: Can't use 'lib/actions/in_transactions.g.dart' as a part, because it has no 'part of' declaration.
part 'in_transactions.g.dart';
^
lib/actions/sell.dart:8:6: Error: Can't use 'lib/actions/sell.g.dart' as a part, because it has no 'part of' declaration.
part 'sell.g.dart';
^
lib/actions/balances.dart:8:6: Error: Can't use 'lib/actions/balances.g.dart' as a part, because it has no 'part of' declaration.
part 'balances.g.dart';
^
lib/actions/settings.dart:10:6: Error: Can't use 'lib/actions/settings.g.dart' as a part, because it has no 'part of' declaration.
part 'settings.g.dart';
^
lib/actions/about.dart:6:6: Error: Can't use 'lib/actions/about.g.dart' as a part, because it has no 'part of' declaration.
part 'about.g.dart';
^
lib/state/views/buy.dart:8:6: Error: Can't use 'lib/state/views/buy.g.dart' as a part, because it has no 'part of' declaration.
part 'buy.g.dart';
^
lib/state/views/out_transactions.dart:8:6: Error: Can't use 'lib/state/views/out_transactions.g.dart' as a part, because it has no 'part of' declaration.
part 'out_transactions.g.dart';
^
lib/state/views/in_transactions.dart:10:6: Error: Can't use 'lib/state/views/in_transactions.g.dart' as a part, because it has no 'part of' declaration.
part 'in_transactions.g.dart';
^
lib/state/views/balances.dart:8:6: Error: Can't use 'lib/state/views/balances.g.dart' as a part, because it has no 'part of' declaration.
part 'balances.g.dart';
^
lib/state/views/sell.dart:8:6: Error: Can't use 'lib/state/views/sell.g.dart' as a part, because it has no 'part of' declaration.
part 'sell.g.dart';
^
lib/state/views/settings.dart:10:6: Error: Can't use 'lib/state/views/settings.g.dart' as a part, because it has no 'part of' declaration.
part 'settings.g.dart';
^
lib/state/state.dart:16:52: Error: Type 'NodeOpenBuilder' not found.
abstract class NodeOpen implements Built<NodeOpen, NodeOpenBuilder> {
^^^^^^^^^^^^^^^
lib/state/state.dart:24:35: Error: Type 'NodeOpenBuilder' not found.
factory NodeOpen([void Function(NodeOpenBuilder) updates]) = _$NodeOpen;
^^^^^^^^^^^^^^^
lib/state/state.dart:28:30: Error: Type '_$NodeStateInner' not found.
class NodeStateInner extends _$NodeStateInner {
^^^^^^^^^^^^^^^^
lib/state/state.dart:36:54: Error: Type 'NodeStateBuilder' not found.
abstract class NodeState implements Built<NodeState, NodeStateBuilder> {
^^^^^^^^^^^^^^^^
lib/state/state.dart:44:36: Error: Type 'NodeStateBuilder' not found.
factory NodeState([void Function(NodeStateBuilder) updates]) = _$NodeState;
^^^^^^^^^^^^^^^^
lib/state/state.dart:48:33: Error: Type '_$OptPendingRequest' not found.
class OptPendingRequest extends _$OptPendingRequest {
^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:57:25: Error: Type '_$ViewState' not found.
class ViewState extends _$ViewState {
^^^^^^^^^^^
lib/state/state.dart:71:52: Error: Type 'AppStateBuilder' not found.
abstract class AppState implements Built<AppState, AppStateBuilder> {
^^^^^^^^^^^^^^^
lib/state/state.dart:78:35: Error: Type 'AppStateBuilder' not found.
factory AppState([void Function(AppStateBuilder) updates]) = _$AppState;
^^^^^^^^^^^^^^^
lib/logic/types.dart:13:24: Error: Type '_$AppEvent' not found.
class AppEvent extends _$AppEvent {
^^^^^^^^^^
lib/protocol/protocol.dart:16:37: Error: Type 'NodeInfoLocalBuilder' not found.
implements Built<NodeInfoLocal, NodeInfoLocalBuilder> {
^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:22:40: Error: Type 'NodeInfoLocalBuilder' not found.
factory NodeInfoLocal([void Function(NodeInfoLocalBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:27:38: Error: Type 'NodeInfoRemoteBuilder' not found.
implements Built<NodeInfoRemote, NodeInfoRemoteBuilder> {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:36:41: Error: Type 'NodeInfoRemoteBuilder' not found.
factory NodeInfoRemote([void Function(NodeInfoRemoteBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:41:24: Error: Type '_$NodeInfo' not found.
class NodeInfo extends _$NodeInfo {
^^^^^^^^^^
lib/protocol/protocol.dart:49:24: Error: Type '_$NodeMode' not found.
class NodeMode extends _$NodeMode {
^^^^^^^^^^
lib/protocol/protocol.dart:56:56: Error: Type 'NodeStatusBuilder' not found.
abstract class NodeStatus implements Built<NodeStatus, NodeStatusBuilder> {
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:64:37: Error: Type 'NodeStatusBuilder' not found.
factory NodeStatus([void Function(NodeStatusBuilder) updates]) = _$NodeStatus;
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:68:39: Error: Type 'CreateNodeLocalBuilder' not found.
implements Built<CreateNodeLocal, CreateNodeLocalBuilder> {
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:75:42: Error: Type 'CreateNodeLocalBuilder' not found.
factory CreateNodeLocal([void Function(CreateNodeLocalBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:80:40: Error: Type 'CreateNodeRemoteBuilder' not found.
implements Built<CreateNodeRemote, CreateNodeRemoteBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:90:43: Error: Type 'CreateNodeRemoteBuilder' not found.
factory CreateNodeRemote([void Function(CreateNodeRemoteBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:95:32: Error: Type '_$ResponseOpenNode' not found.
class ResponseOpenNode extends _$ResponseOpenNode {
^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:106:26: Error: Type '_$CreateNode' not found.
class CreateNode extends _$CreateNode {
^^^^^^^^^^^^
lib/protocol/protocol.dart:115:56: Error: Type 'NodeOpenedBuilder' not found.
abstract class NodeOpened implements Built<NodeOpened, NodeOpenedBuilder> {
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:124:37: Error: Type 'NodeOpenedBuilder' not found.
factory NodeOpened([void Function(NodeOpenedBuilder) updates]) = _$NodeOpened;
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:128:28: Error: Type '_$ServerToUser' not found.
class ServerToUser extends _$ServerToUser {
^^^^^^^^^^^^^^
lib/protocol/protocol.dart:139:31: Error: Type '_$ServerToUserAck' not found.
class ServerToUserAck extends _$ServerToUserAck {
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:149:28: Error: Type '_$UserToServer' not found.
class UserToServer extends _$UserToServer {
^^^^^^^^^^^^^^
lib/protocol/protocol.dart:162:39: Error: Type 'UserToServerAckBuilder' not found.
implements Built<UserToServerAck, UserToServerAckBuilder> {
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:170:42: Error: Type 'UserToServerAckBuilder' not found.
factory UserToServerAck([void Function(UserToServerAckBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/actions.dart:27:25: Error: Type '_$AppAction' not found.
class AppAction extends _$AppAction {
^^^^^^^^^^^
lib/protocol/common.dart:9:25: Error: Type '_$PublicKey' not found.
class PublicKey extends _$PublicKey {
^^^^^^^^^^^
lib/protocol/common.dart:14:26: Error: Type '_$PrivateKey' not found.
class PrivateKey extends _$PrivateKey {
^^^^^^^^^^^^
lib/protocol/common.dart:19:19: Error: Type '_$Uid' not found.
class Uid extends _$Uid {
^^^^^
lib/protocol/common.dart:24:26: Error: Type '_$NetAddress' not found.
class NetAddress extends _$NetAddress {
^^^^^^^^^^^^
lib/protocol/common.dart:29:24: Error: Type '_$NodeName' not found.
class NodeName extends _$NodeName {
^^^^^^^^^^
lib/protocol/common.dart:34:22: Error: Type '_$NodeId' not found.
class NodeId extends _$NodeId {
^^^^^^^^
lib/protocol/common.dart:39:24: Error: Type '_$Currency' not found.
class Currency extends _$Currency {
^^^^^^^^^^
lib/protocol/common.dart:44:26: Error: Type '_$HashResult' not found.
class HashResult extends _$HashResult {
^^^^^^^^^^^^
lib/protocol/common.dart:49:26: Error: Type '_$HashedLock' not found.
class HashedLock extends _$HashedLock {
^^^^^^^^^^^^
lib/protocol/common.dart:54:25: Error: Type '_$InvoiceId' not found.
class InvoiceId extends _$InvoiceId {
^^^^^^^^^^^
lib/protocol/common.dart:59:25: Error: Type '_$PaymentId' not found.
class PaymentId extends _$PaymentId {
^^^^^^^^^^^
lib/protocol/common.dart:64:25: Error: Type '_$PlainLock' not found.
class PlainLock extends _$PlainLock {
^^^^^^^^^^^
lib/protocol/common.dart:69:25: Error: Type '_$RandValue' not found.
class RandValue extends _$RandValue {
^^^^^^^^^^^
lib/protocol/common.dart:74:25: Error: Type '_$Signature' not found.
class Signature extends _$Signature {
^^^^^^^^^^^
lib/protocol/common.dart:79:20: Error: Type '_$U128' not found.
class U128 extends _$U128 {
^^^^^^
lib/protocol/common.dart:84:20: Error: Type '_$I128' not found.
class I128 extends _$I128 {
^^^^^^
lib/protocol/common.dart:89:19: Error: Type '_$U64' not found.
class U64 extends _$U64 {
^^^^^
lib/protocol/common.dart:94:26: Error: Type '_$Generation' not found.
class Generation extends _$Generation {
^^^^^^^^^^^^
lib/protocol/compact.dart:12:38: Error: Type 'AppPermissionsBuilder' not found.
implements Built<AppPermissions, AppPermissionsBuilder> {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:22:41: Error: Type 'AppPermissionsBuilder' not found.
factory AppPermissions([void Function(AppPermissionsBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:26:44: Error: Type 'RateBuilder' not found.
abstract class Rate implements Built<Rate, RateBuilder> {
^^^^^^^^^^^
lib/protocol/compact.dart:33:31: Error: Type 'RateBuilder' not found.
factory Rate([void Function(RateBuilder) updates]) = _$Rate;
^^^^^^^^^^^
lib/protocol/compact.dart:36:50: Error: Type 'ReceiptBuilder' not found.
abstract class Receipt implements Built<Receipt, ReceiptBuilder> {
^^^^^^^^^^^^^^
lib/protocol/compact.dart:50:34: Error: Type 'ReceiptBuilder' not found.
factory Receipt([void Function(ReceiptBuilder) updates]) = _$Receipt;
^^^^^^^^^^^^^^
lib/protocol/compact.dart:54:47: Error: Type 'NamedIndexServerAddressBuilder' not found.
implements Built<NamedIndexServerAddress, NamedIndexServerAddressBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:64:26: Error: Type 'NamedIndexServerAddressBuilder' not found.
[void Function(NamedIndexServerAddressBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:69:41: Error: Type 'NamedRelayAddressBuilder' not found.
implements Built<NamedRelayAddress, NamedRelayAddressBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:78:44: Error: Type 'NamedRelayAddressBuilder' not found.
factory NamedRelayAddress([void Function(NamedRelayAddressBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:83:36: Error: Type 'RelayAddressBuilder' not found.
implements Built<RelayAddress, RelayAddressBuilder> {
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:90:39: Error: Type 'RelayAddressBuilder' not found.
factory RelayAddress([void Function(RelayAddressBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:94:48: Error: Type 'CommitBuilder' not found.
abstract class Commit implements Built<Commit, CommitBuilder> {
^^^^^^^^^^^^^
lib/protocol/compact.dart:107:33: Error: Type 'CommitBuilder' not found.
factory Commit([void Function(CommitBuilder) updates]) = _$Commit;
^^^^^^^^^^^^^
lib/protocol/compact.dart:111:42: Error: Type 'OpenFriendCurrencyBuilder' not found.
implements Built<OpenFriendCurrency, OpenFriendCurrencyBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:120:26: Error: Type 'OpenFriendCurrencyBuilder' not found.
[void Function(OpenFriendCurrencyBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:125:43: Error: Type 'CloseFriendCurrencyBuilder' not found.
implements Built<CloseFriendCurrency, CloseFriendCurrencyBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:134:26: Error: Type 'CloseFriendCurrencyBuilder' not found.
[void Function(CloseFriendCurrencyBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:138:54: Error: Type 'AddFriendBuilder' not found.
abstract class AddFriend implements Built<AddFriend, AddFriendBuilder> {
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:146:36: Error: Type 'AddFriendBuilder' not found.
factory AddFriend([void Function(AddFriendBuilder) updates]) = _$AddFriend;
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:150:39: Error: Type 'SetFriendRelaysBuilder' not found.
implements Built<SetFriendRelays, SetFriendRelaysBuilder> {
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:158:42: Error: Type 'SetFriendRelaysBuilder' not found.
factory SetFriendRelays([void Function(SetFriendRelaysBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:163:37: Error: Type 'SetFriendNameBuilder' not found.
implements Built<SetFriendName, SetFriendNameBuilder> {
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:170:40: Error: Type 'SetFriendNameBuilder' not found.
factory SetFriendName([void Function(SetFriendNameBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:174:58: Error: Type 'InitPaymentBuilder' not found.
abstract class InitPayment implements Built<InitPayment, InitPaymentBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:185:38: Error: Type 'InitPaymentBuilder' not found.
factory InitPayment([void Function(InitPaymentBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:190:35: Error: Type '_$PaymentFeesResponse' not found.
class PaymentFeesResponse extends _$PaymentFeesResponse {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:199:58: Error: Type 'PaymentFeesBuilder' not found.
abstract class PaymentFees implements Built<PaymentFees, PaymentFeesBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:206:38: Error: Type 'PaymentFeesBuilder' not found.
factory PaymentFees([void Function(PaymentFeesBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:211:33: Error: Type '_$PaymentDoneStatus' not found.
class PaymentDoneStatus extends _$PaymentDoneStatus {
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:220:58: Error: Type 'PaymentDoneBuilder' not found.
abstract class PaymentDone implements Built<PaymentDone, PaymentDoneBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:227:38: Error: Type 'PaymentDoneBuilder' not found.
factory PaymentDone([void Function(PaymentDoneBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:232:43: Error: Type 'RequestVerifyCommitBuilder' not found.
implements Built<RequestVerifyCommit, RequestVerifyCommitBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:241:26: Error: Type 'RequestVerifyCommitBuilder' not found.
[void Function(RequestVerifyCommitBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:246:44: Error: Type 'ResponseVerifyCommitBuilder' not found.
implements Built<ResponseVerifyCommit, ResponseVerifyCommitBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:255:26: Error: Type 'ResponseVerifyCommitBuilder' not found.
[void Function(ResponseVerifyCommitBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:260:34: Error: Type '_$VerifyCommitStatus' not found.
class VerifyCommitStatus extends _$VerifyCommitStatus {
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:269:37: Error: Type 'PaymentCommitBuilder' not found.
implements Built<PaymentCommit, PaymentCommitBuilder> {
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:276:40: Error: Type 'PaymentCommitBuilder' not found.
factory PaymentCommit([void Function(PaymentCommitBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:281:42: Error: Type 'ConfirmPaymentFeesBuilder' not found.
implements Built<ConfirmPaymentFees, ConfirmPaymentFeesBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:290:26: Error: Type 'ConfirmPaymentFeesBuilder' not found.
[void Function(ConfirmPaymentFeesBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:296:41: Error: Type 'SetFriendCurrencyMaxDebtBuilder' not found.
Built<SetFriendCurrencyMaxDebt, SetFriendCurrencyMaxDebtBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:306:26: Error: Type 'SetFriendCurrencyMaxDebtBuilder' not found.
[void Function(SetFriendCurrencyMaxDebtBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:311:44: Error: Type 'RemoveFriendCurrencyBuilder' not found.
implements Built<RemoveFriendCurrency, RemoveFriendCurrencyBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:320:26: Error: Type 'RemoveFriendCurrencyBuilder' not found.
[void Function(RemoveFriendCurrencyBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:325:42: Error: Type 'ResetFriendChannelBuilder' not found.
implements Built<ResetFriendChannel, ResetFriendChannelBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:334:26: Error: Type 'ResetFriendChannelBuilder' not found.
[void Function(ResetFriendChannelBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:339:45: Error: Type 'SetFriendCurrencyRateBuilder' not found.
implements Built<SetFriendCurrencyRate, SetFriendCurrencyRateBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:349:26: Error: Type 'SetFriendCurrencyRateBuilder' not found.
[void Function(SetFriendCurrencyRateBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:353:56: Error: Type 'AddInvoiceBuilder' not found.
abstract class AddInvoice implements Built<AddInvoice, AddInvoiceBuilder> {
^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:362:37: Error: Type 'AddInvoiceBuilder' not found.
factory AddInvoice([void Function(AddInvoiceBuilder) updates]) = _$AddInvoice;
^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:366:35: Error: Type '_$RequestStatusReport' not found.
class RequestStatusReport extends _$RequestStatusReport {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:375:36: Error: Type 'ConfigReportBuilder' not found.
implements Built<ConfigReport, ConfigReportBuilder> {
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:383:39: Error: Type 'ConfigReportBuilder' not found.
factory ConfigReport([void Function(ConfigReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:388:36: Error: Type '_$FriendLivenessReport' not found.
class FriendLivenessReport extends _$FriendLivenessReport {
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:397:40: Error: Type 'ResetTermsReportBuilder' not found.
implements Built<ResetTermsReport, ResetTermsReportBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:405:43: Error: Type 'ResetTermsReportBuilder' not found.
factory ResetTermsReport([void Function(ResetTermsReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:411:42: Error: Type 'ChannelInconsistentReportBuilder' not found.
Built<ChannelInconsistentReport, ChannelInconsistentReportBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:423:26: Error: Type 'ChannelInconsistentReportBuilder' not found.
[void Function(ChannelInconsistentReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:428:38: Error: Type 'CurrencyReportBuilder' not found.
implements Built<CurrencyReport, CurrencyReportBuilder> {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:437:41: Error: Type 'CurrencyReportBuilder' not found.
factory CurrencyReport([void Function(CurrencyReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:442:47: Error: Type 'ChannelConsistentReportBuilder' not found.
implements Built<ChannelConsistentReport, ChannelConsistentReportBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:450:26: Error: Type 'ChannelConsistentReportBuilder' not found.
[void Function(ChannelConsistentReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:455:35: Error: Type '_$ChannelStatusReport' not found.
class ChannelStatusReport extends _$ChannelStatusReport {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:468:34: Error: Type '_$FriendStatusReport' not found.
class FriendStatusReport extends _$FriendStatusReport {
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:476:58: Error: Type 'BalanceInfoBuilder' not found.
abstract class BalanceInfo implements Built<BalanceInfo, BalanceInfoBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:484:38: Error: Type 'BalanceInfoBuilder' not found.
factory BalanceInfo([void Function(BalanceInfoBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:488:48: Error: Type 'McInfoBuilder' not found.
abstract class McInfo implements Built<McInfo, McInfoBuilder> {
^^^^^^^^^^^^^
lib/protocol/compact.dart:496:33: Error: Type 'McInfoBuilder' not found.
factory McInfo([void Function(McInfoBuilder) updates]) = _$McInfo;
^^^^^^^^^^^^^
lib/protocol/compact.dart:500:36: Error: Type 'CountersInfoBuilder' not found.
implements Built<CountersInfo, CountersInfoBuilder> {
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:507:39: Error: Type 'CountersInfoBuilder' not found.
factory CountersInfo([void Function(CountersInfoBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:511:54: Error: Type 'TokenInfoBuilder' not found.
abstract class TokenInfo implements Built<TokenInfo, TokenInfoBuilder> {
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:518:36: Error: Type 'TokenInfoBuilder' not found.
factory TokenInfo([void Function(TokenInfoBuilder) updates]) = _$TokenInfo;
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:522:45: Error: Type 'MoveTokenHashedReportBuilder' not found.
implements Built<MoveTokenHashedReport, MoveTokenHashedReportBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:533:26: Error: Type 'MoveTokenHashedReportBuilder' not found.
[void Function(MoveTokenHashedReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:538:36: Error: Type 'FriendReportBuilder' not found.
implements Built<FriendReport, FriendReportBuilder> {
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:552:39: Error: Type 'FriendReportBuilder' not found.
factory FriendReport([void Function(FriendReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:556:58: Error: Type 'OpenInvoiceBuilder' not found.
abstract class OpenInvoice implements Built<OpenInvoice, OpenInvoiceBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:566:38: Error: Type 'OpenInvoiceBuilder' not found.
factory OpenInvoice([void Function(OpenInvoiceBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:571:33: Error: Type '_$OpenPaymentStatus' not found.
class OpenPaymentStatus extends _$OpenPaymentStatus {
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:587:58: Error: Type 'OpenPaymentBuilder' not found.
abstract class OpenPayment implements Built<OpenPayment, OpenPaymentBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:599:38: Error: Type 'OpenPaymentBuilder' not found.
factory OpenPayment([void Function(OpenPaymentBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:604:37: Error: Type 'CompactReportBuilder' not found.
implements Built<CompactReport, CompactReportBuilder> {
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:617:40: Error: Type 'CompactReportBuilder' not found.
factory CompactReport([void Function(CompactReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:622:32: Error: Type '_$CompactToUserAck' not found.
class CompactToUserAck extends _$CompactToUserAck {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:632:29: Error: Type '_$CompactToUser' not found.
class CompactToUser extends _$CompactToUser {
^^^^^^^^^^^^^^^
lib/protocol/compact.dart:648:29: Error: Type '_$UserToCompact' not found.
class UserToCompact extends _$UserToCompact {
^^^^^^^^^^^^^^^
lib/protocol/compact.dart:707:40: Error: Type 'UserToCompactAckBuilder' not found.
implements Built<UserToCompactAck, UserToCompactAckBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:715:43: Error: Type 'UserToCompactAckBuilder' not found.
factory UserToCompactAck([void Function(UserToCompactAckBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/views.dart:24:23: Error: Type '_$AppView' not found.
class AppView extends _$AppView {
^^^^^^^^^
lib/protocol/file.dart:20:58: Error: Type 'InvoiceFileBuilder' not found.
abstract class InvoiceFile implements Built<InvoiceFile, InvoiceFileBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:30:38: Error: Type 'InvoiceFileBuilder' not found.
factory InvoiceFile([void Function(InvoiceFileBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:38:39: Error: Type 'IndexServerFileBuilder' not found.
implements Built<IndexServerFile, IndexServerFileBuilder> {
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:46:42: Error: Type 'IndexServerFileBuilder' not found.
factory IndexServerFile([void Function(IndexServerFileBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:50:56: Error: Type 'FriendFileBuilder' not found.
abstract class FriendFile implements Built<FriendFile, FriendFileBuilder> {
^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:57:37: Error: Type 'FriendFileBuilder' not found.
factory FriendFile([void Function(FriendFileBuilder) updates]) = _$FriendFile;
^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:61:38: Error: Type 'RemoteCardFileBuilder' not found.
implements Built<RemoteCardFile, RemoteCardFileBuilder> {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:70:41: Error: Type 'RemoteCardFileBuilder' not found.
factory RemoteCardFile([void Function(RemoteCardFileBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/actions/buy.dart:12:25: Error: Type '_$BuyAction' not found.
class BuyAction extends _$BuyAction {
^^^^^^^^^^^
lib/actions/home.dart:9:26: Error: Type '_$HomeAction' not found.
class HomeAction extends _$HomeAction {
^^^^^^^^^^^^
lib/actions/out_transactions.dart:11:37: Error: Type '_$OutTransactionsAction' not found.
class OutTransactionsAction extends _$OutTransactionsAction {
^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/in_transactions.dart:12:36: Error: Type '_$InTransactionsAction' not found.
class InTransactionsAction extends _$InTransactionsAction {
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/sell.dart:11:26: Error: Type '_$SellAction' not found.
class SellAction extends _$SellAction {
^^^^^^^^^^^^
lib/actions/balances.dart:11:30: Error: Type '_$BalancesAction' not found.
class BalancesAction extends _$BalancesAction {
^^^^^^^^^^^^^^^^
lib/actions/settings.dart:13:30: Error: Type '_$SettingsAction' not found.
class SettingsAction extends _$SettingsAction {
^^^^^^^^^^^^^^^^
lib/actions/settings.dart:38:29: Error: Type '_$NewCardAction' not found.
class NewCardAction extends _$NewCardAction {
^^^^^^^^^^^^^^^
lib/actions/settings.dart:52:34: Error: Type '_$CardSettingsAction' not found.
class CardSettingsAction extends _$CardSettingsAction {
^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:76:37: Error: Type '_$FriendsSettingsAction' not found.
class FriendsSettingsAction extends _$FriendsSettingsAction {
^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:93:31: Error: Type '_$NewFriendAction' not found.
class NewFriendAction extends _$NewFriendAction {
^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:105:36: Error: Type '_$FriendSettingsAction' not found.
class FriendSettingsAction extends _$FriendSettingsAction {
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:136:36: Error: Type '_$RelaysSettingsAction' not found.
class RelaysSettingsAction extends _$RelaysSettingsAction {
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:152:42: Error: Type '_$IndexServersSettingsAction' not found.
class IndexServersSettingsAction extends _$IndexServersSettingsAction {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/about.dart:9:27: Error: Type '_$AboutAction' not found.
class AboutAction extends _$AboutAction {
^^^^^^^^^^^^^
lib/state/views/buy.dart:11:23: Error: Type '_$BuyView' not found.
class BuyView extends _$BuyView {
^^^^^^^^^
lib/state/views/out_transactions.dart:11:35: Error: Type '_$OutTransactionsView' not found.
class OutTransactionsView extends _$OutTransactionsView {
^^^^^^^^^^^^^^^^^^^^^
lib/state/views/in_transactions.dart:13:34: Error: Type '_$InTransactionsView' not found.
class InTransactionsView extends _$InTransactionsView {
^^^^^^^^^^^^^^^^^^^^
lib/state/views/balances.dart:11:28: Error: Type '_$BalancesView' not found.
class BalancesView extends _$BalancesView {
^^^^^^^^^^^^^^
lib/state/views/sell.dart:11:24: Error: Type '_$SellView' not found.
class SellView extends _$SellView {
^^^^^^^^^^
lib/state/views/settings.dart:13:28: Error: Type '_$SettingsView' not found.
class SettingsView extends _$SettingsView {
^^^^^^^^^^^^^^
lib/state/views/settings.dart:29:27: Error: Type '_$NewCardView' not found.
class NewCardView extends _$NewCardView {
^^^^^^^^^^^^^
lib/state/views/settings.dart:40:40: Error: Type 'CardSettingsViewBuilder' not found.
implements Built<CardSettingsView, CardSettingsViewBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:48:43: Error: Type 'CardSettingsViewBuilder' not found.
factory CardSettingsView([void Function(CardSettingsViewBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:53:37: Error: Type '_$CardSettingsInnerView' not found.
class CardSettingsInnerView extends _$CardSettingsInnerView {
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:69:35: Error: Type '_$FriendsSettingsView' not found.
class FriendsSettingsView extends _$FriendsSettingsView {
^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:83:29: Error: Type '_$NewFriendView' not found.
class NewFriendView extends _$NewFriendView {
^^^^^^^^^^^^^^^
lib/state/views/settings.dart:93:42: Error: Type 'FriendSettingsViewBuilder' not found.
implements Built<FriendSettingsView, FriendSettingsViewBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:102:26: Error: Type 'FriendSettingsViewBuilder' not found.
[void Function(FriendSettingsViewBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:107:39: Error: Type '_$FriendSettingsInnerView' not found.
class FriendSettingsInnerView extends _$FriendSettingsInnerView {
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:121:34: Error: Type '_$RelaysSettingsView' not found.
class RelaysSettingsView extends _$RelaysSettingsView {
^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:134:40: Error: Type '_$IndexServersSettingsView' not found.
class IndexServersSettingsView extends _$IndexServersSettingsView {
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:24:64: Error: Couldn't find constructor '_$NodeOpen'.
factory NodeOpen([void Function(NodeOpenBuilder) updates]) = _$NodeOpen;
^
lib/state/state.dart:24:64: Error: Redirection constructor target not found: '_$NodeOpen'
factory NodeOpen([void Function(NodeOpenBuilder) updates]) = _$NodeOpen;
^
lib/state/state.dart:44:66: Error: Couldn't find constructor '_$NodeState'.
factory NodeState([void Function(NodeStateBuilder) updates]) = _$NodeState;
^
lib/state/state.dart:44:66: Error: Redirection constructor target not found: '_$NodeState'
factory NodeState([void Function(NodeStateBuilder) updates]) = _$NodeState;
^
lib/state/state.dart:78:64: Error: Couldn't find constructor '_$AppState'.
factory AppState([void Function(AppStateBuilder) updates]) = _$AppState;
^
lib/state/state.dart:78:64: Error: Redirection constructor target not found: '_$AppState'
factory AppState([void Function(AppStateBuilder) updates]) = _$AppState;
^
lib/protocol/protocol.dart:23:7: Error: Couldn't find constructor '_$NodeInfoLocal'.
_$NodeInfoLocal;
^
lib/protocol/protocol.dart:23:7: Error: Redirection constructor target not found: '_$NodeInfoLocal'
_$NodeInfoLocal;
^
lib/protocol/protocol.dart:37:7: Error: Couldn't find constructor '_$NodeInfoRemote'.
_$NodeInfoRemote;
^
lib/protocol/protocol.dart:37:7: Error: Redirection constructor target not found: '_$NodeInfoRemote'
_$NodeInfoRemote;
^
lib/protocol/protocol.dart:64:68: Error: Couldn't find constructor '_$NodeStatus'.
factory NodeStatus([void Function(NodeStatusBuilder) updates]) = _$NodeStatus;
^
lib/protocol/protocol.dart:64:68: Error: Redirection constructor target not found: '_$NodeStatus'
factory NodeStatus([void Function(NodeStatusBuilder) updates]) = _$NodeStatus;
^
lib/protocol/protocol.dart:76:7: Error: Couldn't find constructor '_$CreateNodeLocal'.
_$CreateNodeLocal;
^
lib/protocol/protocol.dart:76:7: Error: Redirection constructor target not found: '_$CreateNodeLocal'
_$CreateNodeLocal;
^
lib/protocol/protocol.dart:91:7: Error: Couldn't find constructor '_$CreateNodeRemote'.
_$CreateNodeRemote;
^
lib/protocol/protocol.dart:91:7: Error: Redirection constructor target not found: '_$CreateNodeRemote'
_$CreateNodeRemote;
^
lib/protocol/protocol.dart:124:68: Error: Couldn't find constructor '_$NodeOpened'.
factory NodeOpened([void Function(NodeOpenedBuilder) updates]) = _$NodeOpened;
^
lib/protocol/protocol.dart:124:68: Error: Redirection constructor target not found: '_$NodeOpened'
factory NodeOpened([void Function(NodeOpenedBuilder) updates]) = _$NodeOpened;
^
lib/protocol/protocol.dart:171:7: Error: Couldn't find constructor '_$UserToServerAck'.
_$UserToServerAck;
^
lib/protocol/protocol.dart:171:7: Error: Redirection constructor target not found: '_$UserToServerAck'
_$UserToServerAck;
^
lib/protocol/compact.dart:23:7: Error: Couldn't find constructor '_$AppPermissions'.
_$AppPermissions;
^
lib/protocol/compact.dart:23:7: Error: Redirection constructor target not found: '_$AppPermissions'
_$AppPermissions;
^
lib/protocol/compact.dart:33:56: Error: Couldn't find constructor '_$Rate'.
factory Rate([void Function(RateBuilder) updates]) = _$Rate;
^
lib/protocol/compact.dart:33:56: Error: Redirection constructor target not found: '_$Rate'
factory Rate([void Function(RateBuilder) updates]) = _$Rate;
^
lib/protocol/compact.dart:50:62: Error: Couldn't find constructor '_$Receipt'.
factory Receipt([void Function(ReceiptBuilder) updates]) = _$Receipt;
^
lib/protocol/compact.dart:50:62: Error: Redirection constructor target not found: '_$Receipt'
factory Receipt([void Function(ReceiptBuilder) updates]) = _$Receipt;
^
lib/protocol/compact.dart:65:7: Error: Couldn't find constructor '_$NamedIndexServerAddress'.
_$NamedIndexServerAddress;
^
lib/protocol/compact.dart:65:7: Error: Redirection constructor target not found: '_$NamedIndexServerAddress'
_$NamedIndexServerAddress;
^
lib/protocol/compact.dart:79:7: Error: Couldn't find constructor '_$NamedRelayAddress'.
_$NamedRelayAddress;
^
lib/protocol/compact.dart:79:7: Error: Redirection constructor target not found: '_$NamedRelayAddress'
_$NamedRelayAddress;
^
lib/protocol/compact.dart:91:7: Error: Couldn't find constructor '_$RelayAddress'.
_$RelayAddress;
^
lib/protocol/compact.dart:91:7: Error: Redirection constructor target not found: '_$RelayAddress'
_$RelayAddress;
^
lib/protocol/compact.dart:107:60: Error: Couldn't find constructor '_$Commit'.
factory Commit([void Function(CommitBuilder) updates]) = _$Commit;
^
lib/protocol/compact.dart:107:60: Error: Redirection constructor target not found: '_$Commit'
factory Commit([void Function(CommitBuilder) updates]) = _$Commit;
^
lib/protocol/compact.dart:121:7: Error: Couldn't find constructor '_$OpenFriendCurrency'.
_$OpenFriendCurrency;
^
lib/protocol/compact.dart:121:7: Error: Redirection constructor target not found: '_$OpenFriendCurrency'
_$OpenFriendCurrency;
^
lib/protocol/compact.dart:135:7: Error: Couldn't find constructor '_$CloseFriendCurrency'.
_$CloseFriendCurrency;
^
lib/protocol/compact.dart:135:7: Error: Redirection constructor target not found: '_$CloseFriendCurrency'
_$CloseFriendCurrency;
^
lib/protocol/compact.dart:146:66: Error: Couldn't find constructor '_$AddFriend'.
factory AddFriend([void Function(AddFriendBuilder) updates]) = _$AddFriend;
^
lib/protocol/compact.dart:146:66: Error: Redirection constructor target not found: '_$AddFriend'
factory AddFriend([void Function(AddFriendBuilder) updates]) = _$AddFriend;
^
lib/protocol/compact.dart:159:7: Error: Couldn't find constructor '_$SetFriendRelays'.
_$SetFriendRelays;
^
lib/protocol/compact.dart:159:7: Error: Redirection constructor target not found: '_$SetFriendRelays'
_$SetFriendRelays;
^
lib/protocol/compact.dart:171:7: Error: Couldn't find constructor '_$SetFriendName'.
_$SetFriendName;
^
lib/protocol/compact.dart:171:7: Error: Redirection constructor target not found: '_$SetFriendName'
_$SetFriendName;
^
lib/protocol/compact.dart:186:7: Error: Couldn't find constructor '_$InitPayment'.
_$InitPayment;
^
lib/protocol/compact.dart:186:7: Error: Redirection constructor target not found: '_$InitPayment'
_$InitPayment;
^
lib/protocol/compact.dart:207:7: Error: Couldn't find constructor '_$PaymentFees'.
_$PaymentFees;
^
lib/protocol/compact.dart:207:7: Error: Redirection constructor target not found: '_$PaymentFees'
_$PaymentFees;
^
lib/protocol/compact.dart:228:7: Error: Couldn't find constructor '_$PaymentDone'.
_$PaymentDone;
^
lib/protocol/compact.dart:228:7: Error: Redirection constructor target not found: '_$PaymentDone'
_$PaymentDone;
^
lib/protocol/compact.dart:242:7: Error: Couldn't find constructor '_$RequestVerifyCommit'.
_$RequestVerifyCommit;
^
lib/protocol/compact.dart:242:7: Error: Redirection constructor target not found: '_$RequestVerifyCommit'
_$RequestVerifyCommit;
^
lib/protocol/compact.dart:256:7: Error: Couldn't find constructor '_$ResponseVerifyCommit'.
_$ResponseVerifyCommit;
^
lib/protocol/compact.dart:256:7: Error: Redirection constructor target not found: '_$ResponseVerifyCommit'
_$ResponseVerifyCommit;
^
lib/protocol/compact.dart:277:7: Error: Couldn't find constructor '_$PaymentCommit'.
_$PaymentCommit;
^
lib/protocol/compact.dart:277:7: Error: Redirection constructor target not found: '_$PaymentCommit'
_$PaymentCommit;
^
lib/protocol/compact.dart:291:7: Error: Couldn't find constructor '_$ConfirmPaymentFees'.
_$ConfirmPaymentFees;
^
lib/protocol/compact.dart:291:7: Error: Redirection constructor target not found: '_$ConfirmPaymentFees'
_$ConfirmPaymentFees;
^
lib/protocol/compact.dart:307:7: Error: Couldn't find constructor '_$SetFriendCurrencyMaxDebt'.
_$SetFriendCurrencyMaxDebt;
^
lib/protocol/compact.dart:307:7: Error: Redirection constructor target not found: '_$SetFriendCurrencyMaxDebt'
_$SetFriendCurrencyMaxDebt;
^
lib/protocol/compact.dart:321:7: Error: Couldn't find constructor '_$RemoveFriendCurrency'.
_$RemoveFriendCurrency;
^
lib/protocol/compact.dart:321:7: Error: Redirection constructor target not found: '_$RemoveFriendCurrency'
_$RemoveFriendCurrency;
^
lib/protocol/compact.dart:335:7: Error: Couldn't find constructor '_$ResetFriendChannel'.
_$ResetFriendChannel;
^
lib/protocol/compact.dart:335:7: Error: Redirection constructor target not found: '_$ResetFriendChannel'
_$ResetFriendChannel;
^
lib/protocol/compact.dart:350:7: Error: Couldn't find constructor '_$SetFriendCurrencyRate'.
_$SetFriendCurrencyRate;
^
lib/protocol/compact.dart:350:7: Error: Redirection constructor target not found: '_$SetFriendCurrencyRate'
_$SetFriendCurrencyRate;
^
lib/protocol/compact.dart:362:68: Error: Couldn't find constructor '_$AddInvoice'.
factory AddInvoice([void Function(AddInvoiceBuilder) updates]) = _$AddInvoice;
^
lib/protocol/compact.dart:362:68: Error: Redirection constructor target not found: '_$AddInvoice'
factory AddInvoice([void Function(AddInvoiceBuilder) updates]) = _$AddInvoice;
^
lib/protocol/compact.dart:384:7: Error: Couldn't find constructor '_$ConfigReport'.
_$ConfigReport;
^
lib/protocol/compact.dart:384:7: Error: Redirection constructor target not found: '_$ConfigReport'
_$ConfigReport;
^
lib/protocol/compact.dart:406:7: Error: Couldn't find constructor '_$ResetTermsReport'.
_$ResetTermsReport;
^
lib/protocol/compact.dart:406:7: Error: Redirection constructor target not found: '_$ResetTermsReport'
_$ResetTermsReport;
^
lib/protocol/compact.dart:424:7: Error: Couldn't find constructor '_$ChannelInconsistentReport'.
_$ChannelInconsistentReport;
^
lib/protocol/compact.dart:424:7: Error: Redirection constructor target not found: '_$ChannelInconsistentReport'
_$ChannelInconsistentReport;
^
lib/protocol/compact.dart:438:7: Error: Couldn't find constructor '_$CurrencyReport'.
_$CurrencyReport;
^
lib/protocol/compact.dart:438:7: Error: Redirection constructor target not found: '_$CurrencyReport'
_$CurrencyReport;
^
lib/protocol/compact.dart:451:7: Error: Couldn't find constructor '_$ChannelConsistentReport'.
_$ChannelConsistentReport;
^
lib/protocol/compact.dart:451:7: Error: Redirection constructor target not found: '_$ChannelConsistentReport'
_$ChannelConsistentReport;
^
lib/protocol/compact.dart:485:7: Error: Couldn't find constructor '_$BalanceInfo'.
_$BalanceInfo;
^
lib/protocol/compact.dart:485:7: Error: Redirection constructor target not found: '_$BalanceInfo'
_$BalanceInfo;
^
lib/protocol/compact.dart:496:60: Error: Couldn't find constructor '_$McInfo'.
factory McInfo([void Function(McInfoBuilder) updates]) = _$McInfo;
^
lib/protocol/compact.dart:496:60: Error: Redirection constructor target not found: '_$McInfo'
factory McInfo([void Function(McInfoBuilder) updates]) = _$McInfo;
^
lib/protocol/compact.dart:508:7: Error: Couldn't find constructor '_$CountersInfo'.
_$CountersInfo;
^
lib/protocol/compact.dart:508:7: Error: Redirection constructor target not found: '_$CountersInfo'
_$CountersInfo;
^
lib/protocol/compact.dart:518:66: Error: Couldn't find constructor '_$TokenInfo'.
factory TokenInfo([void Function(TokenInfoBuilder) updates]) = _$TokenInfo;
^
lib/protocol/compact.dart:518:66: Error: Redirection constructor target not found: '_$TokenInfo'
factory TokenInfo([void Function(TokenInfoBuilder) updates]) = _$TokenInfo;
^
lib/protocol/compact.dart:534:7: Error: Couldn't find constructor '_$MoveTokenHashedReport'.
_$MoveTokenHashedReport;
^
lib/protocol/compact.dart:534:7: Error: Redirection constructor target not found: '_$MoveTokenHashedReport'
_$MoveTokenHashedReport;
^
lib/protocol/compact.dart:553:7: Error: Couldn't find constructor '_$FriendReport'.
_$FriendReport;
^
lib/protocol/compact.dart:553:7: Error: Redirection constructor target not found: '_$FriendReport'
_$FriendReport;
^
lib/protocol/compact.dart:567:7: Error: Couldn't find constructor '_$OpenInvoice'.
_$OpenInvoice;
^
lib/protocol/compact.dart:567:7: Error: Redirection constructor target not found: '_$OpenInvoice'
_$OpenInvoice;
^
lib/protocol/compact.dart:600:7: Error: Couldn't find constructor '_$OpenPayment'.
_$OpenPayment;
^
lib/protocol/compact.dart:600:7: Error: Redirection constructor target not found: '_$OpenPayment'
_$OpenPayment;
^
lib/protocol/compact.dart:618:7: Error: Couldn't find constructor '_$CompactReport'.
_$CompactReport;
^
lib/protocol/compact.dart:618:7: Error: Redirection constructor target not found: '_$CompactReport'
_$CompactReport;
^
lib/protocol/compact.dart:716:7: Error: Couldn't find constructor '_$UserToCompactAck'.
_$UserToCompactAck;
^
lib/protocol/compact.dart:716:7: Error: Redirection constructor target not found: '_$UserToCompactAck'
_$UserToCompactAck;
^
lib/protocol/file.dart:31:7: Error: Couldn't find constructor '_$InvoiceFile'.
_$InvoiceFile;
^
lib/protocol/file.dart:31:7: Error: Redirection constructor target not found: '_$InvoiceFile'
_$InvoiceFile;
^
lib/protocol/file.dart:47:7: Error: Couldn't find constructor '_$IndexServerFile'.
_$IndexServerFile;
^
lib/protocol/file.dart:47:7: Error: Redirection constructor target not found: '_$IndexServerFile'
_$IndexServerFile;
^
lib/protocol/file.dart:57:68: Error: Couldn't find constructor '_$FriendFile'.
factory FriendFile([void Function(FriendFileBuilder) updates]) = _$FriendFile;
^
lib/protocol/file.dart:57:68: Error: Redirection constructor target not found: '_$FriendFile'
factory FriendFile([void Function(FriendFileBuilder) updates]) = _$FriendFile;
^
lib/protocol/file.dart:71:7: Error: Couldn't find constructor '_$RemoteCardFile'.
_$RemoteCardFile;
^
lib/protocol/file.dart:71:7: Error: Redirection constructor target not found: '_$RemoteCardFile'
_$RemoteCardFile;
^
lib/state/views/settings.dart:49:7: Error: Couldn't find constructor '_$CardSettingsView'.
_$CardSettingsView;
^
lib/state/views/settings.dart:49:7: Error: Redirection constructor target not found: '_$CardSettingsView'
_$CardSettingsView;
^
lib/state/views/settings.dart:103:7: Error: Couldn't find constructor '_$FriendSettingsView'.
_$FriendSettingsView;
^
lib/state/views/settings.dart:103:7: Error: Redirection constructor target not found: '_$FriendSettingsView'
_$FriendSettingsView;
^
lib/protocol/common.dart:99:3: Error: Method not found: 'PublicKeySerializer'.
PublicKeySerializer(),
^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:100:3: Error: Method not found: 'PrivateKeySerializer'.
PrivateKeySerializer(),
^^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:101:3: Error: Method not found: 'UidSerializer'.
UidSerializer(),
^^^^^^^^^^^^^
lib/protocol/common.dart:102:3: Error: Method not found: 'NetAddressSerializer'.
NetAddressSerializer(),
^^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:103:3: Error: Method not found: 'NodeNameSerializer'.
NodeNameSerializer(),
^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:104:3: Error: Method not found: 'NodeIdSerializer'.
NodeIdSerializer(),
^^^^^^^^^^^^^^^^
lib/protocol/common.dart:105:3: Error: Method not found: 'CurrencySerializer'.
CurrencySerializer(),
^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:106:3: Error: Method not found: 'HashResultSerializer'.
HashResultSerializer(),
^^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:107:3: Error: Method not found: 'HashedLockSerializer'.
HashedLockSerializer(),
^^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:108:3: Error: Method not found: 'InvoiceIdSerializer'.
InvoiceIdSerializer(),
^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:109:3: Error: Method not found: 'PaymentIdSerializer'.
PaymentIdSerializer(),
^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:110:3: Error: Method not found: 'PlainLockSerializer'.
PlainLockSerializer(),
^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:111:3: Error: Method not found: 'RandValueSerializer'.
RandValueSerializer(),
^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:112:3: Error: Method not found: 'SignatureSerializer'.
SignatureSerializer(),
^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:113:3: Error: Method not found: 'U128Serializer'.
U128Serializer(),
^^^^^^^^^^^^^^
lib/protocol/common.dart:114:3: Error: Method not found: 'I128Serializer'.
I128Serializer(),
^^^^^^^^^^^^^^
lib/protocol/common.dart:115:3: Error: Method not found: 'U64Serializer'.
U64Serializer(),
^^^^^^^^^^^^^
lib/protocol/common.dart:116:3: Error: Method not found: 'GenerationSerializer'.
GenerationSerializer(),
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:769:3: Error: Getter not found: '_$userToCompactAckSerializer'.
_$userToCompactAckSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:768:3: Error: Getter not found: '_$userToCompactSerializer'.
_$userToCompactSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:767:3: Error: Getter not found: '_$compactToUserSerializer'.
_$compactToUserSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:766:3: Error: Getter not found: '_$compactToUserAckSerializer'.
_$compactToUserAckSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:765:3: Error: Getter not found: '_$compactReportSerializer'.
_$compactReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:764:3: Error: Getter not found: '_$openPaymentSerializer'.
_$openPaymentSerializer,
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:763:3: Error: Getter not found: '_$openPaymentStatusSerializer'.
_$openPaymentStatusSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:762:3: Error: Getter not found: '_$openInvoiceSerializer'.
_$openInvoiceSerializer,
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:761:3: Error: Getter not found: '_$friendReportSerializer'.
_$friendReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:760:3: Error: Getter not found: '_$moveTokenHashedReportSerializer'.
_$moveTokenHashedReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:759:3: Error: Getter not found: '_$tokenInfoSerializer'.
_$tokenInfoSerializer,
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:758:3: Error: Getter not found: '_$countersInfoSerializer'.
_$countersInfoSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:757:3: Error: Getter not found: '_$mcInfoSerializer'.
_$mcInfoSerializer,
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:756:3: Error: Getter not found: '_$balanceInfoSerializer'.
_$balanceInfoSerializer,
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:755:3: Error: Getter not found: '_$friendStatusReportSerializer'.
_$friendStatusReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:754:3: Error: Getter not found: '_$channelStatusReportSerializer'.
_$channelStatusReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:753:3: Error: Getter not found: '_$channelConsistentReportSerializer'.
_$channelConsistentReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:752:3: Error: Getter not found: '_$currencyReportSerializer'.
_$currencyReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:751:3: Error: Getter not found: '_$channelInconsistentReportSerializer'.
_$channelInconsistentReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:750:3: Error: Getter not found: '_$resetTermsReportSerializer'.
_$resetTermsReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:749:3: Error: Getter not found: '_$friendLivenessReportSerializer'.
_$friendLivenessReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:748:3: Error: Getter not found: '_$configReportSerializer'.
_$configReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:747:3: Error: Getter not found: '_$requestStatusReportSerializer'.
_$requestStatusReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:746:3: Error: Getter not found: '_$addInvoiceSerializer'.
_$addInvoiceSerializer,
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:745:3: Error: Getter not found: '_$setFriendCurrencyRateSerializer'.
_$setFriendCurrencyRateSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:744:3: Error: Getter not found: '_$resetFriendChannelSerializer'.
_$resetFriendChannelSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:743:3: Error: Getter not found: '_$removeFriendCurrencySerializer'.
_$removeFriendCurrencySerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:742:3: Error: Getter not found: '_$setFriendCurrencyMaxDebtSerializer'.
_$setFriendCurrencyMaxDebtSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:741:3: Error: Getter not found: '_$confirmPaymentFeesSerializer'.
_$confirmPaymentFeesSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:740:3: Error: Getter not found: '_$paymentCommitSerializer'.
_$paymentCommitSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:739:3: Error: Getter not found: '_$verifyCommitStatusSerializer'.
_$verifyCommitStatusSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:738:3: Error: Getter not found: '_$responseVerifyCommitSerializer'.
_$responseVerifyCommitSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:737:3: Error: Getter not found: '_$requestVerifyCommitSerializer'.
_$requestVerifyCommitSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:736:3: Error: Getter not found: '_$paymentDoneSerializer'.
_$paymentDoneSerializer,
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:735:3: Error: Getter not found: '_$paymentDoneStatusSerializer'.
_$paymentDoneStatusSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:734:3: Error: Getter not found: '_$paymentFeesSerializer'.
_$paymentFeesSerializer,
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:733:3: Error: Getter not found: '_$paymentFeesResponseSerializer'.
_$paymentFeesResponseSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:732:3: Error: Getter not found: '_$initPaymentSerializer'.
_$initPaymentSerializer,
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:731:3: Error: Getter not found: '_$setFriendNameSerializer'.
_$setFriendNameSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:730:3: Error: Getter not found: '_$setFriendRelaysSerializer'.
_$setFriendRelaysSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:729:3: Error: Getter not found: '_$addFriendSerializer'.
_$addFriendSerializer,
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:728:3: Error: Getter not found: '_$closeFriendCurrencySerializer'.
_$closeFriendCurrencySerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:727:3: Error: Getter not found: '_$openFriendCurrencySerializer'.
_$openFriendCurrencySerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:726:3: Error: Getter not found: '_$commitSerializer'.
_$commitSerializer,
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:725:3: Error: Getter not found: '_$relayAddressSerializer'.
_$relayAddressSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:724:3: Error: Getter not found: '_$namedRelayAddressSerializer'.
_$namedRelayAddressSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:723:3: Error: Getter not found: '_$namedIndexServerAddressSerializer'.
_$namedIndexServerAddressSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:722:3: Error: Getter not found: '_$receiptSerializer'.
_$receiptSerializer,
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:721:3: Error: Getter not found: '_$rateSerializer'.
_$rateSerializer,
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:720:3: Error: Getter not found: '_$appPermissionsSerializer'.
_$appPermissionsSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:16:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NodeOpen'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NodeOpen implements Built<NodeOpen, NodeOpenBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/state/state.dart:36:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NodeState'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NodeState implements Built<NodeState, NodeStateBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/state/state.dart:71:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'AppState'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class AppState implements Built<AppState, AppStateBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:15:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NodeInfoLocal'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NodeInfoLocal
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:26:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NodeInfoRemote'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NodeInfoRemote
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:56:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NodeStatus'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NodeStatus implements Built<NodeStatus, NodeStatusBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:67:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CreateNodeLocal'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CreateNodeLocal
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:79:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CreateNodeRemote'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CreateNodeRemote
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:115:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NodeOpened'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NodeOpened implements Built<NodeOpened, NodeOpenedBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:161:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'UserToServerAck'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class UserToServerAck
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:11:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'AppPermissions'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class AppPermissions
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:26:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'Rate'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class Rate implements Built<Rate, RateBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:36:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'Receipt'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class Receipt implements Built<Receipt, ReceiptBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:53:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NamedIndexServerAddress'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NamedIndexServerAddress
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:68:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NamedRelayAddress'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NamedRelayAddress
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:82:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'RelayAddress'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class RelayAddress
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:94:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'Commit'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class Commit implements Built<Commit, CommitBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:110:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'OpenFriendCurrency'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class OpenFriendCurrency
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:124:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CloseFriendCurrency'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CloseFriendCurrency
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:138:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'AddFriend'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class AddFriend implements Built<AddFriend, AddFriendBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:149:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'SetFriendRelays'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class SetFriendRelays
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:162:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'SetFriendName'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class SetFriendName
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:174:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'InitPayment'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class InitPayment implements Built<InitPayment, InitPaymentBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:199:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'PaymentFees'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class PaymentFees implements Built<PaymentFees, PaymentFeesBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:220:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'PaymentDone'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class PaymentDone implements Built<PaymentDone, PaymentDoneBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:231:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'RequestVerifyCommit'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class RequestVerifyCommit
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:245:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ResponseVerifyCommit'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ResponseVerifyCommit
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:268:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'PaymentCommit'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class PaymentCommit
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:280:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ConfirmPaymentFees'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ConfirmPaymentFees
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:294:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'SetFriendCurrencyMaxDebt'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class SetFriendCurrencyMaxDebt
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:310:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'RemoveFriendCurrency'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class RemoveFriendCurrency
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:324:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ResetFriendChannel'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ResetFriendChannel
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:338:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'SetFriendCurrencyRate'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class SetFriendCurrencyRate
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:353:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'AddInvoice'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class AddInvoice implements Built<AddInvoice, AddInvoiceBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:374:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ConfigReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ConfigReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:396:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ResetTermsReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ResetTermsReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:409:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ChannelInconsistentReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ChannelInconsistentReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:427:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CurrencyReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CurrencyReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:441:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ChannelConsistentReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ChannelConsistentReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:476:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'BalanceInfo'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class BalanceInfo implements Built<BalanceInfo, BalanceInfoBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:488:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'McInfo'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class McInfo implements Built<McInfo, McInfoBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:499:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CountersInfo'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CountersInfo
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:511:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'TokenInfo'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class TokenInfo implements Built<TokenInfo, TokenInfoBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:521:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'MoveTokenHashedReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class MoveTokenHashedReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:537:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'FriendReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class FriendReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:556:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'OpenInvoice'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class OpenInvoice implements Built<OpenInvoice, OpenInvoiceBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:587:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'OpenPayment'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class OpenPayment implements Built<OpenPayment, OpenPaymentBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:603:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CompactReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CompactReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:706:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'UserToCompactAck'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class UserToCompactAck
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/file.dart:20:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'InvoiceFile'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class InvoiceFile implements Built<InvoiceFile, InvoiceFileBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/file.dart:37:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'IndexServerFile'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class IndexServerFile
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/file.dart:50:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'FriendFile'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class FriendFile implements Built<FriendFile, FriendFileBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/file.dart:60:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'RemoteCardFile'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class RemoteCardFile
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/state/views/settings.dart:39:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CardSettingsView'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CardSettingsView
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/state/views/settings.dart:92:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'FriendSettingsView'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class FriendSettingsView
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/main.dart:39:29: Error: The method 'match' isn't defined for the class 'ViewState'.
- 'ViewState' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return appState.viewState.match(
^^^^^
lib/main.dart:115:42: Error: The method 'match' isn't defined for the class 'ServerToUserAck'.
- 'ServerToUserAck' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final serverToUser = serverToUserAck.match(
^^^^^
lib/state/state.dart:17:49: Error: Getter not found: '_$nodeOpenSerializer'.
static Serializer<NodeOpen> get serializer => _$nodeOpenSerializer;
^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:24:35: Error: 'NodeOpenBuilder' isn't a type.
factory NodeOpen([void Function(NodeOpenBuilder) updates]) = _$NodeOpen;
^^^^^^^^^^^^^^^
lib/state/state.dart:30:7: Error: Getter not found: '_$nodeStateInnerSerializer'.
_$nodeStateInnerSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:32:29: Error: Superclass has no constructor named 'Object.closed'.
NodeStateInner.closed() : super.closed();
^^^^^
lib/state/state.dart:33:44: Error: Superclass has no constructor named 'Object.open'.
NodeStateInner.open(NodeOpen nodeOpen) : super.open(nodeOpen);
^^^^^
lib/state/state.dart:37:50: Error: Getter not found: '_$nodeStateSerializer'.
static Serializer<NodeState> get serializer => _$nodeStateSerializer;
^^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:44:36: Error: 'NodeStateBuilder' isn't a type.
factory NodeState([void Function(NodeStateBuilder) updates]) = _$NodeState;
^^^^^^^^^^^^^^^^
lib/state/state.dart:50:7: Error: Getter not found: '_$optPendingRequestSerializer'.
_$optPendingRequestSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:52:48: Error: Superclass has no constructor named 'Object.some'.
OptPendingRequest.some(Uid pendingRequest) : super.some(pendingRequest);
^^^^^
lib/state/state.dart:53:30: Error: Superclass has no constructor named 'Object.none'.
OptPendingRequest.none() : super.none();
^^^^^
lib/state/state.dart:58:50: Error: Getter not found: '_$viewStateSerializer'.
static Serializer<ViewState> get serializer => _$viewStateSerializer;
^^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:60:34: Error: Superclass has no constructor named 'Object.view'.
ViewState.view(AppView view) : super.view(view);
^^^^^
lib/state/state.dart:66:9: Error: Superclass has no constructor named 'Object.transition'.
: super.transition(oldView, newView, nextRequests, optPendingRequest);
^^^^^
lib/state/state.dart:72:49: Error: Getter not found: '_$appStateSerializer'.
static Serializer<AppState> get serializer => _$appStateSerializer;
^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:78:35: Error: 'AppStateBuilder' isn't a type.
factory AppState([void Function(AppStateBuilder) updates]) = _$AppState;
^^^^^^^^^^^^^^^
lib/logic/types.dart:14:49: Error: Getter not found: '_$appEventSerializer'.
static Serializer<AppEvent> get serializer => _$appEventSerializer;
^^^^^^^^^^^^^^^^^^^^
lib/logic/types.dart:17:42: Error: Superclass has no constructor named 'Object.sharedFile'.
AppEvent.sharedFile(String filePath) : super.sharedFile(filePath);
^^^^^
lib/logic/types.dart:19:42: Error: Superclass has no constructor named 'Object.action'.
AppEvent.action(AppAction appAction) : super.action(appAction);
^^^^^
lib/logic/types.dart:22:9: Error: Superclass has no constructor named 'Object.serverToUserAck'.
: super.serverToUserAck(serverToUserAck);
^^^^^
lib/logic/logic.dart:13:19: Error: The method 'match' isn't defined for the class 'AppEvent'.
- 'AppEvent' is from 'package:offset/logic/types.dart' ('lib/logic/types.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return appEvent.match(
^^^^^
lib/protocol/protocol.dart:17:54: Error: Getter not found: '_$nodeInfoLocalSerializer'.
static Serializer<NodeInfoLocal> get serializer => _$nodeInfoLocalSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:22:40: Error: 'NodeInfoLocalBuilder' isn't a type.
factory NodeInfoLocal([void Function(NodeInfoLocalBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:29:7: Error: Getter not found: '_$nodeInfoRemoteSerializer'.
_$nodeInfoRemoteSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:36:41: Error: 'NodeInfoRemoteBuilder' isn't a type.
factory NodeInfoRemote([void Function(NodeInfoRemoteBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:42:49: Error: Getter not found: '_$nodeInfoSerializer'.
static Serializer<NodeInfo> get serializer => _$nodeInfoSerializer;
^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:44:49: Error: Superclass has no constructor named 'Object.local'.
NodeInfo.local(NodeInfoLocal nodeInfoLocal) : super.local(nodeInfoLocal);
^^^^^
lib/protocol/protocol.dart:45:52: Error: Superclass has no constructor named 'Object.remote'.
NodeInfo.remote(NodeInfoRemote nodeInfoRemote) : super.remote(nodeInfoRemote);
^^^^^
lib/protocol/protocol.dart:50:49: Error: Getter not found: '_$nodeModeSerializer'.
static Serializer<NodeMode> get serializer => _$nodeModeSerializer;
^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:52:34: Error: Superclass has no constructor named 'Object.open'.
NodeMode.open(NodeId nodeId) : super.open(nodeId);
^^^^^
lib/protocol/protocol.dart:53:23: Error: Superclass has no constructor named 'Object.closed'.
NodeMode.closed() : super.closed();
^^^^^
lib/protocol/protocol.dart:57:51: Error: Getter not found: '_$nodeStatusSerializer'.
static Serializer<NodeStatus> get serializer => _$nodeStatusSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:64:37: Error: 'NodeStatusBuilder' isn't a type.
factory NodeStatus([void Function(NodeStatusBuilder) updates]) = _$NodeStatus;
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:70:7: Error: Getter not found: '_$createNodeLocalSerializer'.
_$createNodeLocalSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:75:42: Error: 'CreateNodeLocalBuilder' isn't a type.
factory CreateNodeLocal([void Function(CreateNodeLocalBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:82:7: Error: Getter not found: '_$createNodeRemoteSerializer'.
_$createNodeRemoteSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:90:43: Error: 'CreateNodeRemoteBuilder' isn't a type.
factory CreateNodeRemote([void Function(CreateNodeRemoteBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:97:7: Error: Getter not found: '_$responseOpenNodeSerializer'.
_$responseOpenNodeSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:101:9: Error: Superclass has no constructor named 'Object.success'.
: super.success(nodeName, nodeId, appPermissions, compactReport);
^^^^^
lib/protocol/protocol.dart:102:49: Error: Superclass has no constructor named 'Object.failure'.
ResponseOpenNode.failure(NodeName nodeName) : super.failure(nodeName);
^^^^^
lib/protocol/protocol.dart:107:51: Error: Getter not found: '_$createNodeSerializer'.
static Serializer<CreateNode> get serializer => _$createNodeSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:110:9: Error: Superclass has no constructor named 'Object.createNodeLocal'.
: super.createNodeLocal(createNodeLocal);
^^^^^
lib/protocol/protocol.dart:112:9: Error: Superclass has no constructor named 'Object.createNodeRemote'.
: super.createNodeRemote(createNodeRemote);
^^^^^
lib/protocol/protocol.dart:116:51: Error: Getter not found: '_$nodeOpenedSerializer'.
static Serializer<NodeOpened> get serializer => _$nodeOpenedSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:124:37: Error: 'NodeOpenedBuilder' isn't a type.
factory NodeOpened([void Function(NodeOpenedBuilder) updates]) = _$NodeOpened;
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:129:53: Error: Getter not found: '_$serverToUserSerializer'.
static Serializer<ServerToUser> get serializer => _$serverToUserSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:131:52: Error: Superclass has no constructor named 'Object.nodeOpened'.
ServerToUser.nodeOpened(NodeOpened nodeOpened) : super.nodeOpened(nodeOpened);
^^^^^
lib/protocol/protocol.dart:133:9: Error: Superclass has no constructor named 'Object.nodesStatus'.
: super.nodesStatus(nodesStatus);
^^^^^
lib/protocol/protocol.dart:135:9: Error: Superclass has no constructor named 'Object.node'.
: super.node(nodeId, compactToUser);
^^^^^
lib/protocol/protocol.dart:141:7: Error: Getter not found: '_$serverToUserAckSerializer'.
_$serverToUserAckSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:144:9: Error: Superclass has no constructor named 'Object.serverToUser'.
: super.serverToUser(serverToUser);
^^^^^
lib/protocol/protocol.dart:145:34: Error: Superclass has no constructor named 'Object.ack'.
ServerToUserAck.ack(Uid uid) : super.ack(uid);
^^^^^
lib/protocol/protocol.dart:150:53: Error: Getter not found: '_$userToServerSerializer'.
static Serializer<UserToServer> get serializer => _$userToServerSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:152:52: Error: Superclass has no constructor named 'Object.createNode'.
UserToServer.createNode(CreateNode createNode) : super.createNode(createNode);
^^^^^
lib/protocol/protocol.dart:153:48: Error: Superclass has no constructor named 'Object.removeNode'.
UserToServer.removeNode(NodeName nodeName) : super.removeNode(nodeName);
^^^^^
lib/protocol/protocol.dart:155:48: Error: Superclass has no constructor named 'Object.enableNode'.
UserToServer.enableNode(NodeName nodeName) : super.enableNode(nodeName);
^^^^^
lib/protocol/protocol.dart:156:49: Error: Superclass has no constructor named 'Object.disableNode'.
UserToServer.disableNode(NodeName nodeName) : super.disableNode(nodeName);
^^^^^
lib/protocol/protocol.dart:158:9: Error: Superclass has no constructor named 'Object.node'.
: super.node(nodeId, userToCompact);
^^^^^
lib/protocol/protocol.dart:164:7: Error: Getter not found: '_$userToServerAckSerializer'.
_$userToServerAckSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:170:42: Error: 'UserToServerAckBuilder' isn't a type.
factory UserToServerAck([void Function(UserToServerAckBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/actions.dart:28:50: Error: Getter not found: '_$appActionSerializer'.
static Serializer<AppAction> get serializer => _$appActionSerializer;
^^^^^^^^^^^^^^^^^^^^^
lib/actions/actions.dart:30:37: Error: Superclass has no constructor named 'Object.home'.
AppAction.home(HomeAction home) : super.home(home);
^^^^^
lib/actions/actions.dart:31:34: Error: Superclass has no constructor named 'Object.buy'.
AppAction.buy(BuyAction buy) : super.buy(buy);
^^^^^
lib/actions/actions.dart:32:37: Error: Superclass has no constructor named 'Object.sell'.
AppAction.sell(SellAction sell) : super.sell(sell);
^^^^^
lib/actions/actions.dart:34:9: Error: Superclass has no constructor named 'Object.inTransactions'.
: super.inTransactions(inTransactions);
^^^^^
lib/actions/actions.dart:36:9: Error: Superclass has no constructor named 'Object.outTransactions'.
: super.outTransactions(outTransactions);
^^^^^
lib/actions/actions.dart:37:49: Error: Superclass has no constructor named 'Object.balances'.
AppAction.balances(BalancesAction balances) : super.balances(balances);
^^^^^
lib/actions/actions.dart:38:49: Error: Superclass has no constructor named 'Object.settings'.
AppAction.settings(SettingsAction settings) : super.settings(settings);
^^^^^
lib/actions/actions.dart:39:40: Error: Superclass has no constructor named 'Object.about'.
AppAction.about(AboutAction about) : super.about(about);
^^^^^
lib/render/render.dart:37:35: Error: The method 'match' isn't defined for the class 'ViewState'.
- 'ViewState' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final home = appState.viewState.match(
^^^^^
lib/render/render.dart:48:18: Error: The method 'match' isn't defined for the class 'AppView'.
- 'AppView' is from 'package:offset/state/views/views.dart' ('lib/state/views/views.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return appView.match(
^^^^^
Upgrading project.pbxproj
lib/protocol/common.dart:10:34: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
PublicKey(String inner) : super(inner);
^
lib/protocol/common.dart:15:35: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
PrivateKey(String inner) : super(inner);
^
lib/protocol/common.dart:20:28: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
Uid(String inner) : super(inner);
^
lib/protocol/common.dart:25:35: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
NetAddress(String inner) : super(inner);
^
lib/protocol/common.dart:30:33: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
NodeName(String inner) : super(inner);
^
lib/protocol/common.dart:35:31: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
NodeId(String inner) : super(inner);
^
lib/protocol/common.dart:40:33: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
Currency(String inner) : super(inner);
^
lib/protocol/common.dart:45:35: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
HashResult(String inner) : super(inner);
^
lib/protocol/common.dart:50:35: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
HashedLock(String inner) : super(inner);
^
lib/protocol/common.dart:55:34: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
InvoiceId(String inner) : super(inner);
^
lib/protocol/common.dart:60:34: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
PaymentId(String inner) : super(inner);
^
lib/protocol/common.dart:65:34: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
PlainLock(String inner) : super(inner);
^
lib/protocol/common.dart:70:34: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
RandValue(String inner) : super(inner);
^
lib/protocol/common.dart:75:34: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
Signature(String inner) : super(inner);
^
lib/protocol/common.dart:80:29: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
U128(BigInt inner) : super(inner);
^
lib/protocol/common.dart:85:29: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
I128(BigInt inner) : super(inner);
^
lib/protocol/common.dart:90:28: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
U64(BigInt inner) : super(inner);
^
lib/protocol/common.dart:95:35: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
Generation(BigInt inner) : super(inner);
^
lib/protocol/compact.dart:14:7: Error: Getter not found: '_$appPermissionsSerializer'.
_$appPermissionsSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:22:41: Error: 'AppPermissionsBuilder' isn't a type.
factory AppPermissions([void Function(AppPermissionsBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:27:45: Error: Getter not found: '_$rateSerializer'.
static Serializer<Rate> get serializer => _$rateSerializer;
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:33:31: Error: 'RateBuilder' isn't a type.
factory Rate([void Function(RateBuilder) updates]) = _$Rate;
^^^^^^^^^^^
lib/protocol/compact.dart:37:48: Error: Getter not found: '_$receiptSerializer'.
static Serializer<Receipt> get serializer => _$receiptSerializer;
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:50:34: Error: 'ReceiptBuilder' isn't a type.
factory Receipt([void Function(ReceiptBuilder) updates]) = _$Receipt;
^^^^^^^^^^^^^^
lib/protocol/compact.dart:56:7: Error: Getter not found: '_$namedIndexServerAddressSerializer'.
_$namedIndexServerAddressSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:64:26: Error: 'NamedIndexServerAddressBuilder' isn't a type.
[void Function(NamedIndexServerAddressBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:71:7: Error: Getter not found: '_$namedRelayAddressSerializer'.
_$namedRelayAddressSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:78:44: Error: 'NamedRelayAddressBuilder' isn't a type.
factory NamedRelayAddress([void Function(NamedRelayAddressBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:84:53: Error: Getter not found: '_$relayAddressSerializer'.
static Serializer<RelayAddress> get serializer => _$relayAddressSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:90:39: Error: 'RelayAddressBuilder' isn't a type.
factory RelayAddress([void Function(RelayAddressBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:95:47: Error: Getter not found: '_$commitSerializer'.
static Serializer<Commit> get serializer => _$commitSerializer;
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:107:33: Error: 'CommitBuilder' isn't a type.
factory Commit([void Function(CommitBuilder) updates]) = _$Commit;
^^^^^^^^^^^^^
lib/protocol/compact.dart:113:7: Error: Getter not found: '_$openFriendCurrencySerializer'.
_$openFriendCurrencySerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:120:26: Error: 'OpenFriendCurrencyBuilder' isn't a type.
[void Function(OpenFriendCurrencyBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:127:7: Error: Getter not found: '_$closeFriendCurrencySerializer'.
_$closeFriendCurrencySerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:134:26: Error: 'CloseFriendCurrencyBuilder' isn't a type.
[void Function(CloseFriendCurrencyBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:139:50: Error: Getter not found: '_$addFriendSerializer'.
static Serializer<AddFriend> get serializer => _$addFriendSerializer;
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:146:36: Error: 'AddFriendBuilder' isn't a type.
factory AddFriend([void Function(AddFriendBuilder) updates]) = _$AddFriend;
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:152:7: Error: Getter not found: '_$setFriendRelaysSerializer'.
_$setFriendRelaysSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:158:42: Error: 'SetFriendRelaysBuilder' isn't a type.
factory SetFriendRelays([void Function(SetFriendRelaysBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:164:54: Error: Getter not found: '_$setFriendNameSerializer'.
static Serializer<SetFriendName> get serializer => _$setFriendNameSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:170:40: Error: 'SetFriendNameBuilder' isn't a type.
factory SetFriendName([void Function(SetFriendNameBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:175:52: Error: Getter not found: '_$initPaymentSerializer'.
static Serializer<InitPayment> get serializer => _$initPaymentSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:185:38: Error: 'InitPaymentBuilder' isn't a type.
factory InitPayment([void Function(InitPaymentBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:192:7: Error: Getter not found: '_$paymentFeesResponseSerializer'.
_$paymentFeesResponseSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:194:39: Error: Superclass has no constructor named 'Object.unreachable'.
PaymentFeesResponse.unreachable() : super.unreachable();
^^^^^
lib/protocol/compact.dart:196:9: Error: Superclass has no constructor named 'Object.fees'.
: super.fees(fees, confirmId);
^^^^^
lib/protocol/compact.dart:200:52: Error: Getter not found: '_$paymentFeesSerializer'.
static Serializer<PaymentFees> get serializer => _$paymentFeesSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:206:38: Error: 'PaymentFeesBuilder' isn't a type.
factory PaymentFees([void Function(PaymentFeesBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:213:7: Error: Getter not found: '_$paymentDoneStatusSerializer'.
_$paymentDoneStatusSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:215:43: Error: Superclass has no constructor named 'Object.failure'.
PaymentDoneStatus.failure(Uid ackUid) : super.failure(ackUid);
^^^^^
lib/protocol/compact.dart:217:9: Error: Superclass has no constructor named 'Object.success'.
: super.success(receipt, fees, uid);
^^^^^
lib/protocol/compact.dart:221:52: Error: Getter not found: '_$paymentDoneSerializer'.
static Serializer<PaymentDone> get serializer => _$paymentDoneSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:227:38: Error: 'PaymentDoneBuilder' isn't a type.
factory PaymentDone([void Function(PaymentDoneBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:234:7: Error: Getter not found: '_$requestVerifyCommitSerializer'.
_$requestVerifyCommitSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:241:26: Error: 'RequestVerifyCommitBuilder' isn't a type.
[void Function(RequestVerifyCommitBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:248:7: Error: Getter not found: '_$responseVerifyCommitSerializer'.
_$responseVerifyCommitSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:255:26: Error: 'ResponseVerifyCommitBuilder' isn't a type.
[void Function(ResponseVerifyCommitBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:262:7: Error: Getter not found: '_$verifyCommitStatusSerializer'.
_$verifyCommitStatusSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:264:34: Error: Superclass has no constructor named 'Object.failure'.
VerifyCommitStatus.failure() : super.failure();
^^^^^
lib/protocol/compact.dart:265:34: Error: Superclass has no constructor named 'Object.success'.
VerifyCommitStatus.success() : super.success();
^^^^^
lib/protocol/compact.dart:270:54: Error: Getter not found: '_$paymentCommitSerializer'.
static Serializer<PaymentCommit> get serializer => _$paymentCommitSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:276:40: Error: 'PaymentCommitBuilder' isn't a type.
factory PaymentCommit([void Function(PaymentCommitBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:283:7: Error: Getter not found: '_$confirmPaymentFeesSerializer'.
_$confirmPaymentFeesSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:290:26: Error: 'ConfirmPaymentFeesBuilder' isn't a type.
[void Function(ConfirmPaymentFeesBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:298:7: Error: Getter not found: '_$setFriendCurrencyMaxDebtSerializer'.
_$setFriendCurrencyMaxDebtSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:306:26: Error: 'SetFriendCurrencyMaxDebtBuilder' isn't a type.
[void Function(SetFriendCurrencyMaxDebtBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:313:7: Error: Getter not found: '_$removeFriendCurrencySerializer'.
_$removeFriendCurrencySerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:320:26: Error: 'RemoveFriendCurrencyBuilder' isn't a type.
[void Function(RemoveFriendCurrencyBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:327:7: Error: Getter not found: '_$resetFriendChannelSerializer'.
_$resetFriendChannelSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:334:26: Error: 'ResetFriendChannelBuilder' isn't a type.
[void Function(ResetFriendChannelBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:341:7: Error: Getter not found: '_$setFriendCurrencyRateSerializer'.
_$setFriendCurrencyRateSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:349:26: Error: 'SetFriendCurrencyRateBuilder' isn't a type.
[void Function(SetFriendCurrencyRateBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:354:51: Error: Getter not found: '_$addInvoiceSerializer'.
static Serializer<AddInvoice> get serializer => _$addInvoiceSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:362:37: Error: 'AddInvoiceBuilder' isn't a type.
factory AddInvoice([void Function(AddInvoiceBuilder) updates]) = _$AddInvoice;
^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:368:7: Error: Getter not found: '_$requestStatusReportSerializer'.
_$requestStatusReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:370:32: Error: Superclass has no constructor named 'Object.open'.
RequestStatusReport.open() : super.open();
^^^^^
lib/protocol/compact.dart:371:34: Error: Superclass has no constructor named 'Object.closed'.
RequestStatusReport.closed() : super.closed();
^^^^^
lib/protocol/compact.dart:376:53: Error: Getter not found: '_$configReportSerializer'.
static Serializer<ConfigReport> get serializer => _$configReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:383:39: Error: 'ConfigReportBuilder' isn't a type.
factory ConfigReport([void Function(ConfigReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:390:7: Error: Getter not found: '_$friendLivenessReportSerializer'.
_$friendLivenessReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:392:35: Error: Superclass has no constructor named 'Object.online'.
FriendLivenessReport.online() : super.online();
^^^^^
lib/protocol/compact.dart:393:36: Error: Superclass has no constructor named 'Object.offline'.
FriendLivenessReport.offline() : super.offline();
^^^^^
lib/protocol/compact.dart:399:7: Error: Getter not found: '_$resetTermsReportSerializer'.
_$resetTermsReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:405:43: Error: 'ResetTermsReportBuilder' isn't a type.
factory ResetTermsReport([void Function(ResetTermsReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:413:7: Error: Getter not found: '_$channelInconsistentReportSerializer'.
_$channelInconsistentReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:423:26: Error: 'ChannelInconsistentReportBuilder' isn't a type.
[void Function(ChannelInconsistentReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:430:7: Error: Getter not found: '_$currencyReportSerializer'.
_$currencyReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:437:41: Error: 'CurrencyReportBuilder' isn't a type.
factory CurrencyReport([void Function(CurrencyReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:444:7: Error: Getter not found: '_$channelConsistentReportSerializer'.
_$channelConsistentReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:450:26: Error: 'ChannelConsistentReportBuilder' isn't a type.
[void Function(ChannelConsistentReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:457:7: Error: Getter not found: '_$channelStatusReportSerializer'.
_$channelStatusReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:461:9: Error: Superclass has no constructor named 'Object.inconsistent'.
: super.inconsistent(channelInconsistentReport);
^^^^^
lib/protocol/compact.dart:464:9: Error: Superclass has no constructor named 'Object.consistent'.
: super.consistent(channelConsistentReport);
^^^^^
lib/protocol/compact.dart:470:7: Error: Getter not found: '_$friendStatusReportSerializer'.
_$friendStatusReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:472:34: Error: Superclass has no constructor named 'Object.enabled'.
FriendStatusReport.enabled() : super.enabled();
^^^^^
lib/protocol/compact.dart:473:35: Error: Superclass has no constructor named 'Object.disabled'.
FriendStatusReport.disabled() : super.disabled();
^^^^^
lib/protocol/compact.dart:477:52: Error: Getter not found: '_$balanceInfoSerializer'.
static Serializer<BalanceInfo> get serializer => _$balanceInfoSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:484:38: Error: 'BalanceInfoBuilder' isn't a type.
factory BalanceInfo([void Function(BalanceInfoBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:489:47: Error: Getter not found: '_$mcInfoSerializer'.
static Serializer<McInfo> get serializer => _$mcInfoSerializer;
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:496:33: Error: 'McInfoBuilder' isn't a type.
factory McInfo([void Function(McInfoBuilder) updates]) = _$McInfo;
^^^^^^^^^^^^^
lib/protocol/compact.dart:501:53: Error: Getter not found: '_$countersInfoSerializer'.
static Serializer<CountersInfo> get serializer => _$countersInfoSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:507:39: Error: 'CountersInfoBuilder' isn't a type.
factory CountersInfo([void Function(CountersInfoBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:512:50: Error: Getter not found: '_$tokenInfoSerializer'.
static Serializer<TokenInfo> get serializer => _$tokenInfoSerializer;
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:518:36: Error: 'TokenInfoBuilder' isn't a type.
factory TokenInfo([void Function(TokenInfoBuilder) updates]) = _$TokenInfo;
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:524:7: Error: Getter not found: '_$moveTokenHashedReportSerializer'.
_$moveTokenHashedReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:533:26: Error: 'MoveTokenHashedReportBuilder' isn't a type.
[void Function(MoveTokenHashedReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:539:53: Error: Getter not found: '_$friendReportSerializer'.
static Serializer<FriendReport> get serializer => _$friendReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:552:39: Error: 'FriendReportBuilder' isn't a type.
factory FriendReport([void Function(FriendReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:557:52: Error: Getter not found: '_$openInvoiceSerializer'.
static Serializer<OpenInvoice> get serializer => _$openInvoiceSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:566:38: Error: 'OpenInvoiceBuilder' isn't a type.
factory OpenInvoice([void Function(OpenInvoiceBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:573:7: Error: Getter not found: '_$openPaymentStatusSerializer'.
_$openPaymentStatusSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:576:9: Error: Superclass has no constructor named 'Object.searchingRoute'.
: super.searchingRoute(requestRoutesId);
^^^^^
lib/protocol/compact.dart:578:9: Error: Superclass has no constructor named 'Object.foundRoute'.
: super.foundRoute(confirmId, fees);
^^^^^
lib/protocol/compact.dart:579:42: Error: Superclass has no constructor named 'Object.sending'.
OpenPaymentStatus.sending(U128 fees) : super.sending(fees);
^^^^^
lib/protocol/compact.dart:581:9: Error: Superclass has no constructor named 'Object.commit'.
: super.commit(commit, fees);
^^^^^
lib/protocol/compact.dart:583:9: Error: Superclass has no constructor named 'Object.success'.
: super.success(receipt, fees, ackUid);
^^^^^
lib/protocol/compact.dart:584:43: Error: Superclass has no constructor named 'Object.failure'.
OpenPaymentStatus.failure(Uid ackUid) : super.failure(ackUid);
^^^^^
lib/protocol/compact.dart:588:52: Error: Getter not found: '_$openPaymentSerializer'.
static Serializer<OpenPayment> get serializer => _$openPaymentSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:599:38: Error: 'OpenPaymentBuilder' isn't a type.
factory OpenPayment([void Function(OpenPaymentBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:605:54: Error: Getter not found: '_$compactReportSerializer'.
static Serializer<CompactReport> get serializer => _$compactReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:617:40: Error: 'CompactReportBuilder' isn't a type.
factory CompactReport([void Function(CompactReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:624:7: Error: Getter not found: '_$compactToUserAckSerializer'.
_$compactToUserAckSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:626:38: Error: Superclass has no constructor named 'Object.ack'.
CompactToUserAck.ack(Uid ackUid) : super.ack(ackUid);
^^^^^
lib/protocol/compact.dart:628:9: Error: Superclass has no constructor named 'Object.compactToUser'.
: super.compactToUser(compactToUser);
^^^^^
lib/protocol/compact.dart:633:54: Error: Getter not found: '_$compactToUserSerializer'.
static Serializer<CompactToUser> get serializer => _$compactToUserSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:636:9: Error: Superclass has no constructor named 'Object.paymentFees'.
: super.paymentFees(paymentFees);
^^^^^
lib/protocol/compact.dart:638:9: Error: Superclass has no constructor named 'Object.paymentCommit'.
: super.paymentCommit(paymentCommit);
^^^^^
lib/protocol/compact.dart:640:9: Error: Superclass has no constructor named 'Object.paymentDone'.
: super.paymentDone(paymentDone);
^^^^^
lib/protocol/compact.dart:642:9: Error: Superclass has no constructor named 'Object.report'.
: super.report(compactReport);
^^^^^
lib/protocol/compact.dart:644:9: Error: Superclass has no constructor named 'Object.responseVerifyCommit'.
: super.responseVerifyCommit(responseVerifyCommit);
^^^^^
lib/protocol/compact.dart:649:54: Error: Getter not found: '_$userToCompactSerializer'.
static Serializer<UserToCompact> get serializer => _$userToCompactSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:653:9: Error: Superclass has no constructor named 'Object.addRelay'.
: super.addRelay(namedRelayAddress);
^^^^^
lib/protocol/compact.dart:654:52: Error: Superclass has no constructor named 'Object.removeRelay'.
UserToCompact.removeRelay(PublicKey publicKey) : super.removeRelay(publicKey);
^^^^^
lib/protocol/compact.dart:656:9: Error: Superclass has no constructor named 'Object.addIndexServer'.
: super.addIndexServer(namedIndexServerAddress);
^^^^^
lib/protocol/compact.dart:658:9: Error: Superclass has no constructor named 'Object.removeIndexServer'.
: super.removeIndexServer(publicKey);
^^^^^
lib/protocol/compact.dart:659:50: Error: Superclass has no constructor named 'Object.addFriend'.
UserToCompact.addFriend(AddFriend addFriend) : super.addFriend(addFriend);
^^^^^
lib/protocol/compact.dart:661:9: Error: Superclass has no constructor named 'Object.setFriendRelays'.
: super.setFriendRelays(setFriendRelays);
^^^^^
lib/protocol/compact.dart:663:9: Error: Superclass has no constructor named 'Object.setFriendName'.
: super.setFriendName(setFriendName);
^^^^^
lib/protocol/compact.dart:665:9: Error: Superclass has no constructor named 'Object.removeFriend'.
: super.removeFriend(publicKey);
^^^^^
lib/protocol/compact.dart:667:9: Error: Superclass has no constructor named 'Object.enableFriend'.
: super.enableFriend(publicKey);
^^^^^
lib/protocol/compact.dart:669:9: Error: Superclass has no constructor named 'Object.disableFriend'.
: super.disableFriend(publicKey);
^^^^^
lib/protocol/compact.dart:671:9: Error: Superclass has no constructor named 'Object.openFriendCurrency'.
: super.openFriendCurrency(openFriendCurrency);
^^^^^
lib/protocol/compact.dart:673:9: Error: Superclass has no constructor named 'Object.closeFriendCurrency'.
: super.closeFriendCurrency(closeFriendCurrency);
^^^^^
lib/protocol/compact.dart:676:9: Error: Superclass has no constructor named 'Object.setFriendCurrencyMaxDebt'.
: super.setFriendCurrencyMaxDebt(setFriendCurrencyMaxDebt);
^^^^^
lib/protocol/compact.dart:679:9: Error: Superclass has no constructor named 'Object.setFriendCurrencyRate'.
: super.setFriendCurrencyRate(setFriendCurrencyRate);
^^^^^
lib/protocol/compact.dart:681:9: Error: Superclass has no constructor named 'Object.removeFriendCurrency'.
: super.removeFriendCurrency(removeFriendCurrency);
^^^^^
lib/protocol/compact.dart:683:9: Error: Superclass has no constructor named 'Object.resetFriendChannel'.
: super.resetFriendChannel(resetFriendChannel);
^^^^^
lib/protocol/compact.dart:687:9: Error: Superclass has no constructor named 'Object.initPayment'.
: super.initPayment(initPayment);
^^^^^
lib/protocol/compact.dart:689:9: Error: Superclass has no constructor named 'Object.confirmPaymentFees'.
: super.confirmPaymentFees(confirmPaymentFees);
^^^^^
lib/protocol/compact.dart:691:9: Error: Superclass has no constructor named 'Object.cancelPayment'.
: super.cancelPayment(paymentId);
^^^^^
lib/protocol/compact.dart:693:9: Error: Superclass has no constructor named 'Object.ackPaymentDone'.
: super.ackPaymentDone(paymentId, ackUid);
^^^^^
lib/protocol/compact.dart:697:9: Error: Superclass has no constructor named 'Object.addInvoice'.
: super.addInvoice(addInvoice);
^^^^^
lib/protocol/compact.dart:699:9: Error: Superclass has no constructor named 'Object.cancelInvoice'.
: super.cancelInvoice(invoiceId);
^^^^^
lib/protocol/compact.dart:701:9: Error: Superclass has no constructor named 'Object.requestVerifyCommit'.
: super.requestVerifyCommit(requestVerifyCommit);
^^^^^
lib/protocol/compact.dart:703:9: Error: Superclass has no constructor named 'Object.commitInvoice'.
: super.commitInvoice(invoiceId);
^^^^^
lib/protocol/compact.dart:709:7: Error: Getter not found: '_$userToCompactAckSerializer'.
_$userToCompactAckSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:715:43: Error: 'UserToCompactAckBuilder' isn't a type.
factory UserToCompactAck([void Function(UserToCompactAckBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/views.dart:25:48: Error: Getter not found: '_$appViewSerializer'.
static Serializer<AppView> get serializer => _$appViewSerializer;
^^^^^^^^^^^^^^^^^^^
lib/state/views/views.dart:27:20: Error: Superclass has no constructor named 'Object.home'.
AppView.home() : super.home();
^^^^^
lib/state/views/views.dart:28:30: Error: Superclass has no constructor named 'Object.buy'.
AppView.buy(BuyView buy) : super.buy(buy);
^^^^^
lib/state/views/views.dart:29:33: Error: Superclass has no constructor named 'Object.sell'.
AppView.sell(SellView sell) : super.sell(sell);
^^^^^
lib/state/views/views.dart:31:9: Error: Superclass has no constructor named 'Object.inTransactions'.
: super.inTransactions(inTransactions);
^^^^^
lib/state/views/views.dart:33:9: Error: Superclass has no constructor named 'Object.outTransactions'.
: super.outTransactions(outTransactions);
^^^^^
lib/state/views/views.dart:34:45: Error: Superclass has no constructor named 'Object.balances'.
AppView.balances(BalancesView balances) : super.balances(balances);
^^^^^
lib/state/views/views.dart:35:45: Error: Superclass has no constructor named 'Object.settings'.
AppView.settings(SettingsView settings) : super.settings(settings);
^^^^^
lib/state/views/views.dart:36:21: Error: Superclass has no constructor named 'Object.about'.
AppView.about() : super.about();
^^^^^
lib/logic/handle_shared_file.dart:22:8: Error: The method 'match' isn't defined for the class 'ViewState'.
- 'ViewState' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(view: (appView) => true, transition: (_a, _b, _c, _d) => false);
^^^^^
lib/logic/handle_action.dart:21:38: Error: The method 'match' isn't defined for the class 'ViewState'.
- 'ViewState' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final appView = appState.viewState.match(
^^^^^
lib/logic/handle_action.dart:53:20: Error: The method 'match' isn't defined for the class 'AppAction'.
- 'AppAction' is from 'package:offset/actions/actions.dart' ('lib/actions/actions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return appAction.match(home: (homeAction) {
^^^^^
lib/logic/handle_action.dart:126:21: Error: The method 'match' isn't defined for the class 'HomeAction'.
- 'HomeAction' is from 'package:offset/actions/home.dart' ('lib/actions/home.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return homeAction.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:13:37: Error: The method 'match' isn't defined for the class 'ServerToUserAck'.
- 'ServerToUserAck' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final appState1 = serverToUserAck.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:36:23: Error: The method 'match' isn't defined for the class 'ServerToUser'.
- 'ServerToUser' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return serverToUser.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:44:29: Error: The method 'match' isn't defined for the class 'ViewState'.
- 'ViewState' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return appState.viewState.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:96:40: Error: The method 'match' isn't defined for the class 'NodeMode'.
- 'NodeMode' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final newInner = nodeStatus.mode.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:114:40: Error: The method 'match' isn't defined for the class 'NodeMode'.
- 'NodeMode' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final newInner = nodeStatus.mode.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:115:46: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
open: (nodeId) => oldNodeState.inner.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:153:24: Error: The method 'match' isn't defined for the class 'CompactToUser'.
- 'CompactToUser' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return compactToUser.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:173:33: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
numFound += nodeState.inner.match(
^^^^^
lib/protocol/file.dart:21:52: Error: Getter not found: '_$invoiceFileSerializer'.
static Serializer<InvoiceFile> get serializer => _$invoiceFileSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:30:38: Error: 'InvoiceFileBuilder' isn't a type.
factory InvoiceFile([void Function(InvoiceFileBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:40:7: Error: Getter not found: '_$indexServerFileSerializer'.
_$indexServerFileSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:46:42: Error: 'IndexServerFileBuilder' isn't a type.
factory IndexServerFile([void Function(IndexServerFileBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:51:51: Error: Getter not found: '_$friendFileSerializer'.
static Serializer<FriendFile> get serializer => _$friendFileSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:57:37: Error: 'FriendFileBuilder' isn't a type.
factory FriendFile([void Function(FriendFileBuilder) updates]) = _$FriendFile;
^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:63:7: Error: Getter not found: '_$remoteCardFileSerializer'.
_$remoteCardFileSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:70:41: Error: 'RemoteCardFileBuilder' isn't a type.
factory RemoteCardFile([void Function(RemoteCardFileBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/actions/buy.dart:13:50: Error: Getter not found: '_$buyActionSerializer'.
static Serializer<BuyAction> get serializer => _$buyActionSerializer;
^^^^^^^^^^^^^^^^^^^^^
lib/actions/buy.dart:15:22: Error: Superclass has no constructor named 'Object.back'.
BuyAction.back() : super.back();
^^^^^
lib/actions/buy.dart:17:9: Error: Superclass has no constructor named 'Object.loadInvoice'.
: super.loadInvoice(invoiceFile);
^^^^^
lib/actions/buy.dart:19:29: Error: Superclass has no constructor named 'Object.confirmInfo'.
BuyAction.confirmInfo() : super.confirmInfo();
^^^^^
lib/actions/buy.dart:21:45: Error: Superclass has no constructor named 'Object.selectCard'.
BuyAction.selectCard(NodeName nodeName) : super.selectCard(nodeName);
^^^^^
lib/actions/home.dart:10:51: Error: Getter not found: '_$homeActionSerializer'.
static Serializer<HomeAction> get serializer => _$homeActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/home.dart:12:28: Error: Superclass has no constructor named 'Object.selectBuy'.
HomeAction.selectBuy() : super.selectBuy();
^^^^^
lib/actions/home.dart:13:29: Error: Superclass has no constructor named 'Object.selectSell'.
HomeAction.selectSell() : super.selectSell();
^^^^^
lib/actions/home.dart:14:39: Error: Superclass has no constructor named 'Object.selectInTransactions'.
HomeAction.selectInTransactions() : super.selectInTransactions();
^^^^^
lib/actions/home.dart:15:40: Error: Superclass has no constructor named 'Object.selectOutTransactions'.
HomeAction.selectOutTransactions() : super.selectOutTransactions();
^^^^^
lib/actions/home.dart:16:33: Error: Superclass has no constructor named 'Object.selectBalances'.
HomeAction.selectBalances() : super.selectBalances();
^^^^^
lib/actions/home.dart:17:33: Error: Superclass has no constructor named 'Object.selectSettings'.
HomeAction.selectSettings() : super.selectSettings();
^^^^^
lib/actions/home.dart:18:30: Error: Superclass has no constructor named 'Object.selectAbout'.
HomeAction.selectAbout() : super.selectAbout();
^^^^^
lib/actions/out_transactions.dart:13:7: Error: Getter not found: '_$outTransactionsActionSerializer'.
_$outTransactionsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/out_transactions.dart:15:34: Error: Superclass has no constructor named 'Object.back'.
OutTransactionsAction.back() : super.back();
^^^^^
lib/actions/out_transactions.dart:17:9: Error: Superclass has no constructor named 'Object.selectPayment'.
: super.selectPayment(nodeName, paymentId);
^^^^^
lib/actions/out_transactions.dart:20:9: Error: Superclass has no constructor named 'Object.confirmFees'.
: super.confirmFees(nodeName, paymentId);
^^^^^
lib/actions/out_transactions.dart:22:9: Error: Superclass has no constructor named 'Object.cancelPayment'.
: super.cancelPayment(nodeName, paymentId);
^^^^^
lib/actions/out_transactions.dart:25:9: Error: Superclass has no constructor named 'Object.discardPayment'.
: super.discardPayment(nodeName, paymentId);
^^^^^
lib/actions/in_transactions.dart:14:7: Error: Getter not found: '_$inTransactionsActionSerializer'.
_$inTransactionsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/in_transactions.dart:16:33: Error: Superclass has no constructor named 'Object.back'.
InTransactionsAction.back() : super.back();
^^^^^
lib/actions/in_transactions.dart:18:9: Error: Superclass has no constructor named 'Object.selectInvoice'.
: super.selectInvoice(nodeName, invoiceId);
^^^^^
lib/actions/in_transactions.dart:20:9: Error: Superclass has no constructor named 'Object.applyCommit'.
: super.applyCommit(nodeName, commit);
^^^^^
lib/actions/in_transactions.dart:26:9: Error: Superclass has no constructor named 'Object.collectInvoice'.
: super.collectInvoice(nodeName, invoiceId);
^^^^^
lib/actions/in_transactions.dart:28:9: Error: Superclass has no constructor named 'Object.cancelInvoice'.
: super.cancelInvoice(nodeName, invoiceId);
^^^^^
lib/actions/sell.dart:12:51: Error: Getter not found: '_$sellActionSerializer'.
static Serializer<SellAction> get serializer => _$sellActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/sell.dart:14:23: Error: Superclass has no constructor named 'Object.back'.
SellAction.back() : super.back();
^^^^^
lib/actions/sell.dart:15:46: Error: Superclass has no constructor named 'Object.selectCard'.
SellAction.selectCard(NodeName nodeName) : super.selectCard(nodeName);
^^^^^
lib/actions/sell.dart:18:9: Error: Superclass has no constructor named 'Object.createInvoice'.
: super.createInvoice(nodeName, currency, amount, description);
^^^^^
lib/actions/balances.dart:13:7: Error: Getter not found: '_$balancesActionSerializer'.
_$balancesActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/balances.dart:15:27: Error: Superclass has no constructor named 'Object.back'.
BalancesAction.back() : super.back();
^^^^^
lib/actions/balances.dart:16:50: Error: Superclass has no constructor named 'Object.selectCard'.
BalancesAction.selectCard(NodeName nodeName) : super.selectCard(nodeName);
^^^^^
lib/actions/settings.dart:15:7: Error: Getter not found: '_$settingsActionSerializer'.
_$settingsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:17:27: Error: Superclass has no constructor named 'Object.back'.
SettingsAction.back() : super.back();
^^^^^
lib/actions/settings.dart:18:36: Error: Superclass has no constructor named 'Object.selectNewCard'.
SettingsAction.selectNewCard() : super.selectNewCard();
^^^^^
lib/actions/settings.dart:19:51: Error: Superclass has no constructor named 'Object.newCard'.
SettingsAction.newCard(NewCardAction newCard) : super.newCard(newCard);
^^^^^
lib/actions/settings.dart:22:9: Error: Superclass has no constructor named 'Object.cardSettings'.
: super.cardSettings(nodeName, cardSettings);
^^^^^
lib/actions/settings.dart:24:50: Error: Superclass has no constructor named 'Object.selectCard'.
SettingsAction.selectCard(NodeName nodeName) : super.selectCard(nodeName);
^^^^^
lib/actions/settings.dart:28:9: Error: Superclass has no constructor named 'Object.selectCardSharedIndex'.
: super.selectCardSharedIndex(nodeName, indexServerFile);
^^^^^
lib/actions/settings.dart:31:9: Error: Superclass has no constructor named 'Object.selectCardSharedRelay'.
: super.selectCardSharedRelay(nodeName, relayAddress);
^^^^^
lib/actions/settings.dart:34:9: Error: Superclass has no constructor named 'Object.selectCardSharedFriend'.
: super.selectCardSharedFriend(nodeName, friendFile);
^^^^^
lib/actions/settings.dart:39:54: Error: Getter not found: '_$newCardActionSerializer'.
static Serializer<NewCardAction> get serializer => _$newCardActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:41:26: Error: Superclass has no constructor named 'Object.back'.
NewCardAction.back() : super.back();
^^^^^
lib/actions/settings.dart:42:33: Error: Superclass has no constructor named 'Object.selectLocal'.
NewCardAction.selectLocal() : super.selectLocal();
^^^^^
lib/actions/settings.dart:43:34: Error: Superclass has no constructor named 'Object.selectRemote'.
NewCardAction.selectRemote() : super.selectRemote();
^^^^^
lib/actions/settings.dart:44:51: Error: Superclass has no constructor named 'Object.newCardLocal'.
NewCardAction.newCardLocal(NodeName nodeName) : super.newCardLocal(nodeName);
^^^^^
lib/actions/settings.dart:46:9: Error: Superclass has no constructor named 'Object.loadCardRemote'.
: super.loadCardRemote(remoteCardFile);
^^^^^
lib/actions/settings.dart:48:9: Error: Superclass has no constructor named 'Object.newCardRemote'.
: super.newCardRemote(nodeName, remoteCardFile);
^^^^^
lib/actions/settings.dart:54:7: Error: Getter not found: '_$cardSettingsActionSerializer'.
_$cardSettingsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:56:31: Error: Superclass has no constructor named 'Object.back'.
CardSettingsAction.back() : super.back();
^^^^^
lib/actions/settings.dart:57:33: Error: Superclass has no constructor named 'Object.enable'.
CardSettingsAction.enable() : super.enable();
^^^^^
lib/actions/settings.dart:58:34: Error: Superclass has no constructor named 'Object.disable'.
CardSettingsAction.disable() : super.disable();
^^^^^
lib/actions/settings.dart:59:33: Error: Superclass has no constructor named 'Object.remove'.
CardSettingsAction.remove() : super.remove();
^^^^^
lib/actions/settings.dart:61:44: Error: Superclass has no constructor named 'Object.addRandRelayIndex'.
CardSettingsAction.addRandRelayIndex() : super.addRandRelayIndex();
^^^^^
lib/actions/settings.dart:62:40: Error: Superclass has no constructor named 'Object.selectFriends'.
CardSettingsAction.selectFriends() : super.selectFriends();
^^^^^
lib/actions/settings.dart:63:39: Error: Superclass has no constructor named 'Object.selectRelays'.
CardSettingsAction.selectRelays() : super.selectRelays();
^^^^^
lib/actions/settings.dart:64:45: Error: Superclass has no constructor named 'Object.selectIndexServers'.
CardSettingsAction.selectIndexServers() : super.selectIndexServers();
^^^^^
lib/actions/settings.dart:67:9: Error: Superclass has no constructor named 'Object.friendsSettings'.
: super.friendsSettings(friendsSettings);
^^^^^
lib/actions/settings.dart:69:9: Error: Superclass has no constructor named 'Object.relaysSettings'.
: super.relaysSettings(relaysSettings);
^^^^^
lib/actions/settings.dart:72:9: Error: Superclass has no constructor named 'Object.indexServersSettings'.
: super.indexServersSettings(indexServersSettings);
^^^^^
lib/actions/settings.dart:78:7: Error: Getter not found: '_$friendsSettingsActionSerializer'.
_$friendsSettingsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:80:34: Error: Superclass has no constructor named 'Object.back'.
FriendsSettingsAction.back() : super.back();
^^^^^
lib/actions/settings.dart:81:45: Error: Superclass has no constructor named 'Object.selectNewFriend'.
FriendsSettingsAction.selectNewFriend() : super.selectNewFriend();
^^^^^
lib/actions/settings.dart:83:9: Error: Superclass has no constructor named 'Object.newFriend'.
: super.newFriend(newFriend);
^^^^^
lib/actions/settings.dart:85:9: Error: Superclass has no constructor named 'Object.selectFriend'.
: super.selectFriend(friendPublicKey);
^^^^^
lib/actions/settings.dart:88:9: Error: Superclass has no constructor named 'Object.friendSettings'.
: super.friendSettings(friendPublicKey, friendSettings);
^^^^^
lib/actions/settings.dart:89:39: Error: Superclass has no constructor named 'Object.shareInfo'.
FriendsSettingsAction.shareInfo() : super.shareInfo();
^^^^^
lib/actions/settings.dart:95:7: Error: Getter not found: '_$newFriendActionSerializer'.
_$newFriendActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:97:28: Error: Superclass has no constructor named 'Object.back'.
NewFriendAction.back() : super.back();
^^^^^
lib/actions/settings.dart:99:9: Error: Superclass has no constructor named 'Object.loadFriend'.
: super.loadFriend(friendFile);
^^^^^
lib/actions/settings.dart:101:9: Error: Superclass has no constructor named 'Object.addFriend'.
: super.addFriend(friendName, friendFile);
^^^^^
lib/actions/settings.dart:107:7: Error: Getter not found: '_$friendSettingsActionSerializer'.
_$friendSettingsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:109:33: Error: Superclass has no constructor named 'Object.back'.
FriendSettingsAction.back() : super.back();
^^^^^
lib/actions/settings.dart:110:41: Error: Superclass has no constructor named 'Object.enableFriend'.
FriendSettingsAction.enableFriend() : super.enableFriend();
^^^^^
lib/actions/settings.dart:111:42: Error: Superclass has no constructor named 'Object.disableFriend'.
FriendSettingsAction.disableFriend() : super.disableFriend();
^^^^^
lib/actions/settings.dart:112:41: Error: Superclass has no constructor named 'Object.removeFriend'.
FriendSettingsAction.removeFriend() : super.removeFriend();
^^^^^
lib/actions/settings.dart:115:9: Error: Superclass has no constructor named 'Object.removeCurrency'.
: super.removeCurrency(currency);
^^^^^
lib/actions/settings.dart:117:46: Error: Superclass has no constructor named 'Object.selectNewCurrency'.
FriendSettingsAction.selectNewCurrency() : super.selectNewCurrency();
^^^^^
lib/actions/settings.dart:120:9: Error: Superclass has no constructor named 'Object.newCurrency'.
: super.newCurrency(currency, remoteMaxDebt, rate);
^^^^^
lib/actions/settings.dart:123:9: Error: Superclass has no constructor named 'Object.selectCurrency'.
: super.selectCurrency(currency);
^^^^^
lib/actions/settings.dart:125:9: Error: Superclass has no constructor named 'Object.openCurrency'.
: super.openCurrency(currency);
^^^^^
lib/actions/settings.dart:127:9: Error: Superclass has no constructor named 'Object.closeCurrency'.
: super.closeCurrency(currency);
^^^^^
lib/actions/settings.dart:130:9: Error: Superclass has no constructor named 'Object.updateCurrency'.
: super.updateCurrency(currency, remoteMaxDebt, rate);
^^^^^
lib/actions/settings.dart:132:36: Error: Superclass has no constructor named 'Object.resolve'.
FriendSettingsAction.resolve() : super.resolve();
^^^^^
lib/actions/settings.dart:138:7: Error: Getter not found: '_$relaysSettingsActionSerializer'.
_$relaysSettingsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:140:33: Error: Superclass has no constructor named 'Object.back'.
RelaysSettingsAction.back() : super.back();
^^^^^
lib/actions/settings.dart:142:9: Error: Superclass has no constructor named 'Object.removeRelay'.
: super.removeRelay(relayPublicKey);
^^^^^
lib/actions/settings.dart:143:43: Error: Superclass has no constructor named 'Object.selectNewRelay'.
RelaysSettingsAction.selectNewRelay() : super.selectNewRelay();
^^^^^
lib/actions/settings.dart:145:9: Error: Superclass has no constructor named 'Object.loadRelay'.
: super.loadRelay(relayAddress);
^^^^^
lib/actions/settings.dart:147:9: Error: Superclass has no constructor named 'Object.newRelay'.
: super.newRelay(relay);
^^^^^
lib/actions/settings.dart:148:41: Error: Superclass has no constructor named 'Object.newRandRelay'.
RelaysSettingsAction.newRandRelay() : super.newRandRelay();
^^^^^
lib/actions/settings.dart:154:7: Error: Getter not found: '_$indexServersSettingsActionSerializer'.
_$indexServersSettingsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:156:39: Error: Superclass has no constructor named 'Object.back'.
IndexServersSettingsAction.back() : super.back();
^^^^^
lib/actions/settings.dart:158:9: Error: Superclass has no constructor named 'Object.removeIndex'.
: super.removeIndex(indexPublicKey);
^^^^^
lib/actions/settings.dart:159:49: Error: Superclass has no constructor named 'Object.selectNewIndex'.
IndexServersSettingsAction.selectNewIndex() : super.selectNewIndex();
^^^^^
lib/actions/settings.dart:161:9: Error: Superclass has no constructor named 'Object.loadIndexServer'.
: super.loadIndexServer(indexServerFile);
^^^^^
lib/actions/settings.dart:163:9: Error: Superclass has no constructor named 'Object.newIndex'.
: super.newIndex(indexServer);
^^^^^
lib/actions/settings.dart:164:47: Error: Superclass has no constructor named 'Object.newRandIndex'.
IndexServersSettingsAction.newRandIndex() : super.newRandIndex();
^^^^^
lib/actions/about.dart:10:52: Error: Getter not found: '_$aboutActionSerializer'.
static Serializer<AboutAction> get serializer => _$aboutActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/about.dart:12:24: Error: Superclass has no constructor named 'Object.back'.
AboutAction.back() : super.back();
^^^^^
lib/render/home.dart:14:25: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
if (nodeState.inner.isOpen) {
^^^^^^
lib/render/buy.dart:22:18: Error: The method 'match' isn't defined for the class 'BuyView'.
- 'BuyView' is from 'package:offset/state/views/buy.dart' ('lib/state/views/buy.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return buyView.match(
^^^^^
lib/render/buy.dart:84:84: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(invoiceFile.destPayment)} ${invoiceFile.currency.inner}'))),
^^^^^
lib/render/buy.dart:133:39: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
final cardEntry = nodeState.inner.isOpen
^^^^^^
lib/render/buy.dart:135:31: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(nodeName.inner),
^^^^^
lib/render/buy.dart:137:37: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}'),
^^^^^
lib/render/buy.dart:140:31: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(nodeName.inner),
^^^^^
lib/render/buy.dart:142:37: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}'),
^^^^^
lib/render/sell.dart:19:19: Error: The method 'match' isn't defined for the class 'SellView'.
- 'SellView' is from 'package:offset/state/views/sell.dart' ('lib/state/views/sell.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return sellView.match(
^^^^^
lib/render/sell.dart:27:64: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final canCardPay = (nodeName) => nodesStates[nodeName].inner.match(
^^^^^
lib/render/sell.dart:66:19: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(
^^^^^
lib/render/sell.dart:127:53: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${this.widget.nodeName.inner}')),
^^^^^
lib/render/sell.dart:134:47: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(currency.inner),
^^^^^
lib/render/sell.dart:135:53: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
child: Text('${currency.inner}'),
^^^^^
lib/render/in_transactions.dart:29:29: Error: The method 'match' isn't defined for the class 'InTransactionsView'.
- 'InTransactionsView' is from 'package:offset/state/views/in_transactions.dart' ('lib/state/views/in_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return inTransactionsView.match(
^^^^^
lib/render/in_transactions.dart:65:25: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(closed: () => null, open: (nodeOpen) => nodeOpen);
^^^^^
lib/render/in_transactions.dart:88:20: Error: The method 'compareTo' isn't defined for the class 'Generation'.
- 'Generation' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing method, or defining a method named 'compareTo'.
a.generation.compareTo(b.generation),
^^^^^^^^^
lib/render/in_transactions.dart:90:19: Error: The method 'compareTo' isn't defined for the class 'InvoiceId'.
- 'InvoiceId' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing method, or defining a method named 'compareTo'.
a.invoiceId.compareTo(b.invoiceId)
^^^^^^^^^
lib/render/in_transactions.dart:113:42: Error: The getter 'inner' isn't defined for the class 'InvoiceId'.
- 'InvoiceId' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(inTransaction.invoiceId.inner),
^^^^^
lib/render/in_transactions.dart:120:46: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
Text('${inTransaction.nodeName.inner}'),
^^^^^
lib/render/in_transactions.dart:122:95: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(inTransaction.totalDestPayment)} ${inTransaction.currency.inner}',
^^^^^
lib/render/in_transactions.dart:156:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/in_transactions.dart:174:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/in_transactions.dart:178:85: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openInvoice.totalDestPayment)} ${openInvoice.currency.inner}')),
^^^^^
lib/render/in_transactions.dart:237:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/in_transactions.dart:241:85: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openInvoice.totalDestPayment)} ${openInvoice.currency.inner}')),
^^^^^
lib/render/in_transactions.dart:326:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/in_transactions.dart:332:28: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
Text('Card: ${nodeName.inner}'),
^^^^^
lib/render/in_transactions.dart:355:64: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final canCardPay = (nodeName) => nodesStates[nodeName].inner.match(
^^^^^
lib/render/out_transactions.dart:20:30: Error: The method 'match' isn't defined for the class 'OutTransactionsView'.
- 'OutTransactionsView' is from 'package:offset/state/views/out_transactions.dart' ('lib/state/views/out_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return outTransactionsView.match(
^^^^^
lib/render/out_transactions.dart:64:25: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(closed: () => null, open: (nodeOpen) => nodeOpen);
^^^^^
lib/render/out_transactions.dart:87:20: Error: The method 'compareTo' isn't defined for the class 'Generation'.
- 'Generation' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing method, or defining a method named 'compareTo'.
a.generation.compareTo(b.generation),
^^^^^^^^^
lib/render/out_transactions.dart:89:19: Error: The method 'compareTo' isn't defined for the class 'PaymentId'.
- 'PaymentId' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing method, or defining a method named 'compareTo'.
a.paymentId.compareTo(b.paymentId)
^^^^^^^^^
lib/render/out_transactions.dart:111:27: Error: The method 'match' isn't defined for the class 'OpenPaymentStatus'.
- 'OpenPaymentStatus' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
outTransaction.status.match(searchingRoute: (_) {
^^^^^
lib/render/out_transactions.dart:136:43: Error: The getter 'inner' isn't defined for the class 'PaymentId'.
- 'PaymentId' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(outTransaction.paymentId.inner),
^^^^^
lib/render/out_transactions.dart:143:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
Text('${outTransaction.nodeName.inner}'),
^^^^^
lib/render/out_transactions.dart:145:90: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(outTransaction.destPayment)} ${outTransaction.currency.inner}',
^^^^^
lib/render/out_transactions.dart:184:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/out_transactions.dart:253:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/out_transactions.dart:257:80: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openPayment.destPayment)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:295:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/out_transactions.dart:299:80: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openPayment.destPayment)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:305:69: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${amountToString(fees)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:346:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/out_transactions.dart:350:80: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openPayment.destPayment)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:356:69: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${amountToString(fees)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:397:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/out_transactions.dart:401:80: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openPayment.destPayment)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:407:69: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${amountToString(fees)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:453:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/out_transactions.dart:457:80: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openPayment.destPayment)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:463:69: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${amountToString(fees)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:507:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/out_transactions.dart:511:80: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openPayment.destPayment)} ${openPayment.currency.inner}')),
^^^^^
lib/render/balances.dart:19:23: Error: The method 'match' isn't defined for the class 'BalancesView'.
- 'BalancesView' is from 'package:offset/state/views/balances.dart' ('lib/state/views/balances.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return balancesView.match(
^^^^^
lib/render/balances.dart:30:66: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
..removeWhere((nodeName) => !nodesStates[nodeName].inner.isOpen),
^^^^^^
lib/render/balances.dart:41:37: Error: The method 'match' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendReport.channelStatus.match(
^^^^^
lib/render/balances.dart:89:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/balances.dart:106:52: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(balanceRows[index].currency.inner),
^^^^^
lib/render/balances.dart:113:61: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
Text('${balanceRows[index].currency.inner}'),
^^^^^
lib/render/balances.dart:126:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings.dart:28:23: Error: The method 'match' isn't defined for the class 'SettingsView'.
- 'SettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return settingsView.match(
^^^^^
lib/render/settings.dart:59:41: Error: The getter 'isLocal' isn't defined for the class 'NodeInfo'.
- 'NodeInfo' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isLocal'.
final trailingIcon = nodeState.info.isLocal
^^^^^^^
lib/render/settings.dart:65:27: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
: nodeState.inner.isOpen
^^^^^^
lib/render/settings.dart:70:25: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(nodeName.inner),
^^^^^
lib/render/settings.dart:71:31: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}'),
^^^^^
lib/render/settings.dart:102:22: Error: The method 'match' isn't defined for the class 'NewCardView'.
- 'NewCardView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return newCardView.match(
^^^^^
lib/render/settings.dart:356:66: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
..removeWhere((nodeName) => !nodesStates[nodeName].inner.isOpen),
^^^^^^
lib/render/settings.dart:373:66: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
..removeWhere((nodeName) => !nodesStates[nodeName].inner.isOpen),
^^^^^^
lib/render/settings.dart:390:66: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
..removeWhere((nodeName) => !nodesStates[nodeName].inner.isOpen),
^^^^^^
lib/state/views/buy.dart:12:48: Error: Getter not found: '_$buyViewSerializer'.
static Serializer<BuyView> get serializer => _$buyViewSerializer;
^^^^^^^^^^^^^^^^^^^
lib/state/views/buy.dart:14:29: Error: Superclass has no constructor named 'Object.invoiceSelect'.
BuyView.invoiceSelect() : super.invoiceSelect();
^^^^^
lib/state/views/buy.dart:15:50: Error: Superclass has no constructor named 'Object.invoiceInfo'.
BuyView.invoiceInfo(InvoiceFile invoiceFile) : super.invoiceInfo(invoiceFile);
^^^^^
lib/state/views/buy.dart:16:49: Error: Superclass has no constructor named 'Object.selectCard'.
BuyView.selectCard(InvoiceFile invoiceFile) : super.selectCard(invoiceFile);
^^^^^
lib/state/views/out_transactions.dart:13:7: Error: Getter not found: '_$outTransactionsViewSerializer'.
_$outTransactionsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/out_transactions.dart:15:32: Error: Superclass has no constructor named 'Object.home'.
OutTransactionsView.home() : super.home();
^^^^^
lib/state/views/out_transactions.dart:17:9: Error: Superclass has no constructor named 'Object.transaction'.
: super.transaction(nodeName, paymentId);
^^^^^
lib/state/views/in_transactions.dart:15:7: Error: Getter not found: '_$inTransactionsViewSerializer'.
_$inTransactionsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/in_transactions.dart:17:31: Error: Superclass has no constructor named 'Object.home'.
InTransactionsView.home() : super.home();
^^^^^
lib/state/views/in_transactions.dart:19:9: Error: Superclass has no constructor named 'Object.transaction'.
: super.transaction(nodeName, invoiceId);
^^^^^
lib/state/views/in_transactions.dart:25:9: Error: Superclass has no constructor named 'Object.collected'.
: super.collected(nodeName, invoiceFile);
^^^^^
lib/state/views/in_transactions.dart:27:9: Error: Superclass has no constructor named 'Object.selectCardApplyCommit'.
: super.selectCardApplyCommit(commit);
^^^^^
lib/state/views/balances.dart:12:53: Error: Getter not found: '_$balancesViewSerializer'.
static Serializer<BalancesView> get serializer => _$balancesViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/balances.dart:14:31: Error: Superclass has no constructor named 'Object.selectCard'.
BalancesView.selectCard() : super.selectCard();
^^^^^
lib/state/views/balances.dart:15:50: Error: Superclass has no constructor named 'Object.cardBalances'.
BalancesView.cardBalances(NodeName nodeName) : super.cardBalances(nodeName);
^^^^^
lib/state/views/sell.dart:12:49: Error: Getter not found: '_$sellViewSerializer'.
static Serializer<SellView> get serializer => _$sellViewSerializer;
^^^^^^^^^^^^^^^^^^^^
lib/state/views/sell.dart:14:27: Error: Superclass has no constructor named 'Object.selectCard'.
SellView.selectCard() : super.selectCard();
^^^^^
lib/state/views/sell.dart:15:48: Error: Superclass has no constructor named 'Object.invoiceDetails'.
SellView.invoiceDetails(NodeName nodeName) : super.invoiceDetails(nodeName);
^^^^^
lib/state/views/settings.dart:14:53: Error: Getter not found: '_$settingsViewSerializer'.
static Serializer<SettingsView> get serializer => _$settingsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:16:25: Error: Superclass has no constructor named 'Object.home'.
SettingsView.home() : super.home();
^^^^^
lib/state/views/settings.dart:18:9: Error: Superclass has no constructor named 'Object.cardSettings'.
: super.cardSettings(cardSettings);
^^^^^
lib/state/views/settings.dart:19:47: Error: Superclass has no constructor named 'Object.newCard'.
SettingsView.newCard(NewCardView newCard) : super.newCard(newCard);
^^^^^
lib/state/views/settings.dart:21:9: Error: Superclass has no constructor named 'Object.selectCardAddRelay'.
: super.selectCardAddRelay(relayAddress);
^^^^^
lib/state/views/settings.dart:23:9: Error: Superclass has no constructor named 'Object.selectCardAddIndex'.
: super.selectCardAddIndex(indexServerFile);
^^^^^
lib/state/views/settings.dart:25:9: Error: Superclass has no constructor named 'Object.selectCardAddFriend'.
: super.selectCardAddFriend(friendFile);
^^^^^
lib/state/views/settings.dart:30:52: Error: Getter not found: '_$newCardViewSerializer'.
static Serializer<NewCardView> get serializer => _$newCardViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:32:26: Error: Superclass has no constructor named 'Object.select'.
NewCardView.select() : super.select();
^^^^^
lib/state/views/settings.dart:33:28: Error: Superclass has no constructor named 'Object.newLocal'.
NewCardView.newLocal() : super.newLocal();
^^^^^
lib/state/views/settings.dart:34:29: Error: Superclass has no constructor named 'Object.newRemote'.
NewCardView.newRemote() : super.newRemote();
^^^^^
lib/state/views/settings.dart:36:9: Error: Superclass has no constructor named 'Object.newRemoteName'.
: super.newRemoteName(remoteCardFile);
^^^^^
lib/state/views/settings.dart:42:7: Error: Getter not found: '_$cardSettingsViewSerializer'.
_$cardSettingsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:48:43: Error: 'CardSettingsViewBuilder' isn't a type.
factory CardSettingsView([void Function(CardSettingsViewBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:55:7: Error: Getter not found: '_$cardSettingsInnerViewSerializer'.
_$cardSettingsInnerViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:57:34: Error: Superclass has no constructor named 'Object.home'.
CardSettingsInnerView.home() : super.home();
^^^^^
lib/state/views/settings.dart:59:9: Error: Superclass has no constructor named 'Object.friends'.
: super.friends(friends);
^^^^^
lib/state/views/settings.dart:61:9: Error: Superclass has no constructor named 'Object.relays'.
: super.relays(relays);
^^^^^
lib/state/views/settings.dart:63:9: Error: Superclass has no constructor named 'Object.indexServers'.
: super.indexServers(indexServers);
^^^^^
lib/state/views/settings.dart:71:7: Error: Getter not found: '_$friendsSettingsViewSerializer'.
_$friendsSettingsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:73:32: Error: Superclass has no constructor named 'Object.home'.
FriendsSettingsView.home() : super.home();
^^^^^
lib/state/views/settings.dart:75:9: Error: Superclass has no constructor named 'Object.friendSettings'.
: super.friendSettings(friendSettings);
^^^^^
lib/state/views/settings.dart:77:9: Error: Superclass has no constructor named 'Object.newFriend'.
: super.newFriend(newFriend);
^^^^^
lib/state/views/settings.dart:79:37: Error: Superclass has no constructor named 'Object.shareInfo'.
FriendsSettingsView.shareInfo() : super.shareInfo();
^^^^^
lib/state/views/settings.dart:84:54: Error: Getter not found: '_$newFriendViewSerializer'.
static Serializer<NewFriendView> get serializer => _$newFriendViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:87:28: Error: Superclass has no constructor named 'Object.select'.
NewFriendView.select() : super.select();
^^^^^
lib/state/views/settings.dart:89:47: Error: Superclass has no constructor named 'Object.name'.
NewFriendView.name(FriendFile friendFile) : super.name(friendFile);
^^^^^
lib/state/views/settings.dart:95:7: Error: Getter not found: '_$friendSettingsViewSerializer'.
_$friendSettingsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:102:26: Error: 'FriendSettingsViewBuilder' isn't a type.
[void Function(FriendSettingsViewBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:109:7: Error: Getter not found: '_$friendSettingsInnerViewSerializer'.
_$friendSettingsInnerViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:111:36: Error: Superclass has no constructor named 'Object.home'.
FriendSettingsInnerView.home() : super.home();
^^^^^
lib/state/views/settings.dart:114:9: Error: Superclass has no constructor named 'Object.currencySettings'.
: super.currencySettings(currency);
^^^^^
lib/state/views/settings.dart:115:43: Error: Superclass has no constructor named 'Object.newCurrency'.
FriendSettingsInnerView.newCurrency() : super.newCurrency();
^^^^^
lib/state/views/settings.dart:123:7: Error: Getter not found: '_$relaysSettingsViewSerializer'.
_$relaysSettingsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:125:31: Error: Superclass has no constructor named 'Object.home'.
RelaysSettingsView.home() : super.home();
^^^^^
lib/state/views/settings.dart:126:41: Error: Superclass has no constructor named 'Object.newRelaySelect'.
RelaysSettingsView.newRelaySelect() : super.newRelaySelect();
^^^^^
lib/state/views/settings.dart:128:9: Error: Superclass has no constructor named 'Object.newRelayName'.
: super.newRelayName(relayAddress);
^^^^^
lib/state/views/settings.dart:136:7: Error: Getter not found: '_$indexServersSettingsViewSerializer'.
_$indexServersSettingsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:138:37: Error: Superclass has no constructor named 'Object.home'.
IndexServersSettingsView.home() : super.home();
^^^^^
lib/state/views/settings.dart:139:47: Error: Superclass has no constructor named 'Object.newIndexSelect'.
IndexServersSettingsView.newIndexSelect() : super.newIndexSelect();
^^^^^
lib/state/views/settings.dart:141:9: Error: Superclass has no constructor named 'Object.newIndexName'.
: super.newIndexName(indexServerFile);
^^^^^
lib/logic/handle_buy_action.dart:21:8: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(closed: () => null, open: (nodeOpen) => nodeOpen.nodeId);
^^^^^
lib/logic/handle_buy_action.dart:33:20: Error: The method 'match' isn't defined for the class 'BuyAction'.
- 'BuyAction' is from 'package:offset/actions/buy.dart' ('lib/actions/buy.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return buyAction.match(
^^^^^
lib/logic/handle_buy_action.dart:38:37: Error: The method 'match' isn't defined for the class 'BuyView'.
- 'BuyView' is from 'package:offset/state/views/buy.dart' ('lib/state/views/buy.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final invoiceFile = buyView.match(
^^^^^
lib/logic/handle_buy_action.dart:71:31: Error: The method 'match' isn't defined for the class 'BuyView'.
- 'BuyView' is from 'package:offset/state/views/buy.dart' ('lib/state/views/buy.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final invoiceFile = buyView.match(
^^^^^
lib/logic/handle_sell_action.dart:23:21: Error: The method 'match' isn't defined for the class 'SellAction'.
- 'SellAction' is from 'package:offset/actions/sell.dart' ('lib/actions/sell.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return sellAction.match(
^^^^^
lib/logic/handle_sell_action.dart:52:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/handle_out_trans_action.dart:20:8: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(closed: () => null, open: (nodeOpen) => nodeOpen.nodeId);
^^^^^
lib/logic/handle_out_trans_action.dart:28:32: Error: The method 'match' isn't defined for the class 'OutTransactionsAction'.
- 'OutTransactionsAction' is from 'package:offset/actions/out_transactions.dart' ('lib/actions/out_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return outTransactionsAction.match(
^^^^^
lib/logic/handle_out_trans_action.dart:45:30: Error: The method 'match' isn't defined for the class 'OutTransactionsView'.
- 'OutTransactionsView' is from 'package:offset/state/views/out_transactions.dart' ('lib/state/views/out_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return outTransactionsView.match(
^^^^^
lib/logic/handle_out_trans_action.dart:87:36: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final newState = nodeState.inner.match(closed: () {
^^^^^
lib/logic/handle_out_trans_action.dart:201:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/handle_in_trans_action.dart:24:31: Error: The method 'match' isn't defined for the class 'InTransactionsAction'.
- 'InTransactionsAction' is from 'package:offset/actions/in_transactions.dart' ('lib/actions/in_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return inTransactionsAction.match(
^^^^^
lib/logic/handle_in_trans_action.dart:26:35: Error: The method 'match' isn't defined for the class 'InTransactionsView'.
- 'InTransactionsView' is from 'package:offset/state/views/in_transactions.dart' ('lib/state/views/in_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return inTransactionsView.match(
^^^^^
lib/logic/handle_in_trans_action.dart:62:8: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(open: (nodeOpen) => nodeOpen.nodeId, closed: () => null);
^^^^^
lib/logic/handle_in_trans_action.dart:115:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/handle_in_trans_action.dart:172:8: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(open: (nodeOpen) => nodeOpen.nodeId, closed: () => null);
^^^^^
lib/logic/handle_balances_action.dart:13:25: Error: The method 'match' isn't defined for the class 'BalancesAction'.
- 'BalancesAction' is from 'package:offset/actions/balances.dart' ('lib/actions/balances.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return balancesAction.match(
^^^^^
lib/logic/handle_balances_action.dart:14:32: Error: The method 'match' isn't defined for the class 'BalancesView'.
- 'BalancesView' is from 'package:offset/state/views/balances.dart' ('lib/state/views/balances.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
back: () => balancesView.match(
^^^^^
lib/logic/handle_settings_action.dart:24:25: Error: The method 'match' isn't defined for the class 'SettingsAction'.
- 'SettingsAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return settingsAction.match(
^^^^^
lib/logic/handle_settings_action.dart:29:42: Error: The method 'match' isn't defined for the class 'SettingsView'.
- 'SettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final newCardView = settingsView.match(
^^^^^
lib/logic/handle_settings_action.dart:45:47: Error: The method 'match' isn't defined for the class 'SettingsView'.
- 'SettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final cardSettingsView = settingsView.match(
^^^^^
lib/logic/handle_settings_action.dart:91:24: Error: The method 'match' isn't defined for the class 'NewCardAction'.
- 'NewCardAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return newCardAction.match(
^^^^^
lib/logic/handle_settings_action.dart:92:31: Error: The method 'match' isn't defined for the class 'NewCardView'.
- 'NewCardView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
back: () => newCardView.match(
^^^^^
lib/logic/handle_about_action.dart:13:22: Error: The method 'match' isn't defined for the class 'AboutAction'.
- 'AboutAction' is from 'package:offset/actions/about.dart' ('lib/actions/about.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return aboutAction.match(back: () => createState(AppView.home()));
^^^^^
lib/logic/adjust_view.dart:11:26: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
return nodeState.inner.isOpen;
^^^^^^
lib/logic/adjust_view.dart:24:26: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return nodeState.inner.match(
^^^^^
lib/logic/adjust_view.dart:69:18: Error: The method 'match' isn't defined for the class 'AppView'.
- 'AppView' is from 'package:offset/state/views/views.dart' ('lib/state/views/views.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return appView.match(
^^^^^
lib/logic/adjust_view.dart:87:18: Error: The method 'match' isn't defined for the class 'BuyView'.
- 'BuyView' is from 'package:offset/state/views/buy.dart' ('lib/state/views/buy.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return buyView.match(
^^^^^
lib/logic/adjust_view.dart:95:19: Error: The method 'match' isn't defined for the class 'SellView'.
- 'SellView' is from 'package:offset/state/views/sell.dart' ('lib/state/views/sell.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return sellView.match(
^^^^^
lib/logic/adjust_view.dart:105:30: Error: The method 'match' isn't defined for the class 'OutTransactionsView'.
- 'OutTransactionsView' is from 'package:offset/state/views/out_transactions.dart' ('lib/state/views/out_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return outTransactionsView.match(
^^^^^
lib/logic/adjust_view.dart:134:29: Error: The method 'match' isn't defined for the class 'InTransactionsView'.
- 'InTransactionsView' is from 'package:offset/state/views/in_transactions.dart' ('lib/state/views/in_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return inTransactionsView.match(
^^^^^
lib/logic/adjust_view.dart:143:23: Error: The method 'match' isn't defined for the class 'BalancesView'.
- 'BalancesView' is from 'package:offset/state/views/balances.dart' ('lib/state/views/balances.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return balancesView.match(
^^^^^
lib/logic/adjust_view.dart:152:14: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/adjust_view.dart:163:23: Error: The method 'match' isn't defined for the class 'SettingsView'.
- 'SettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return settingsView.match(
^^^^^
lib/logic/adjust_view.dart:186:41: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final compactReport = nodeState.inner.match(
^^^^^
lib/logic/adjust_view.dart:195:32: Error: The method 'match' isn't defined for the class 'CardSettingsInnerView'.
- 'CardSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return cardSettingsInnerView.match(
^^^^^
lib/logic/adjust_view.dart:208:26: Error: The method 'match' isn't defined for the class 'FriendsSettingsView'.
- 'FriendsSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendsSettings.match(
^^^^^
lib/logic/adjust_view.dart:229:25: Error: The method 'match' isn't defined for the class 'RelaysSettingsView'.
- 'RelaysSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return relaysSettings.match(
^^^^^
lib/logic/adjust_view.dart:238:31: Error: The method 'match' isn't defined for the class 'IndexServersSettingsView'.
- 'IndexServersSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return indexServersSettings.match(
^^^^^
lib/logic/adjust_view.dart:246:30: Error: The method 'match' isn't defined for the class 'FriendSettingsInnerView'.
- 'FriendSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendSettingsInner.match(
^^^^^
lib/logic/adjust_view.dart:249:43: Error: The method 'match' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendReport.channelStatus.match(
^^^^^
lib/render/utils/amount.dart:17:31: Error: The getter 'inner' isn't defined for the class 'U128'.
- 'U128' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
return bigIntToFixed(amount.inner, ACCURACY);
^^^^^
lib/render/utils/amount.dart:52:32: Error: The getter 'inner' isn't defined for the class 'I128'.
- 'I128' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
return bigIntToFixed(balance.inner, ACCURACY);
^^^^^
lib/render/select_card.dart:12:25: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(nodeName.inner),
^^^^^
lib/render/select_card.dart:13:31: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}'),
^^^^^
lib/render/settings/card.dart:17:33: Error: The method 'match' isn't defined for the class 'CardSettingsInnerView'.
- 'CardSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return cardSettingsView.inner.match(
^^^^^
lib/render/settings/card.dart:46:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/card.dart:53:35: Error: The getter 'isLocal' isn't defined for the class 'NodeInfo'.
- 'NodeInfo' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isLocal'.
final cardType = nodeState.info.isLocal
^^^^^^^
lib/render/settings/card.dart:83:32: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
enabled: nodeState.inner.isOpen,
^^^^^^
lib/render/settings/card.dart:107:32: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
enabled: nodeState.inner.isOpen,
^^^^^^
lib/render/settings/card.dart:115:32: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
enabled: nodeState.inner.isOpen,
^^^^^^
lib/render/settings/card.dart:129:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/card.dart:141:51: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
content: Text('Remove card ${nodeName.inner}?'),
^^^^^
lib/logic/settings/card.dart:29:29: Error: The method 'match' isn't defined for the class 'CardSettingsAction'.
- 'CardSettingsAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return cardSettingsAction.match(
^^^^^
lib/logic/settings/card.dart:47:60: Error: The method 'match' isn't defined for the class 'CardSettingsInnerView'.
- 'CardSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final friendsSettingsView = cardSettingsView.inner.match(
^^^^^
lib/logic/settings/card.dart:63:59: Error: The method 'match' isn't defined for the class 'CardSettingsInnerView'.
- 'CardSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final relaysSettingsView = cardSettingsView.inner.match(
^^^^^
lib/logic/settings/card.dart:79:65: Error: The method 'match' isn't defined for the class 'CardSettingsInnerView'.
- 'CardSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final indexServersSettingsView = cardSettingsView.inner.match(
^^^^^
lib/logic/settings/card.dart:205:8: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(closed: () => null, open: (nodeOpen) => nodeOpen.nodeId);
^^^^^
lib/render/settings/relays.dart:24:29: Error: The method 'match' isn't defined for the class 'RelaysSettingsView'.
- 'RelaysSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return relaysSettingsView.match(
^^^^^
lib/render/settings/relays.dart:34:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/relays.dart:80:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/relays.dart:120:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/friends.dart:30:30: Error: The method 'match' isn't defined for the class 'FriendsSettingsView'.
- 'FriendsSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendsSettingsView.match(
^^^^^
lib/render/settings/friends.dart:34:14: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/friends.dart:63:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/friends.dart:106:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/friends.dart:138:24: Error: The method 'match' isn't defined for the class 'NewFriendView'.
- 'NewFriendView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return newFriendView.match(
^^^^^
lib/render/settings/friends.dart:170:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/friends.dart:276:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/friends.dart:299:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/index_servers.dart:24:35: Error: The method 'match' isn't defined for the class 'IndexServersSettingsView'.
- 'IndexServersSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return indexServersSettingsView.match(
^^^^^
lib/render/settings/index_servers.dart:35:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/index_servers.dart:79:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/index_servers.dart:125:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/logic/settings/friends.dart:28:32: Error: The method 'match' isn't defined for the class 'FriendsSettingsAction'.
- 'FriendsSettingsAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendsSettingsAction.match(
^^^^^
lib/logic/settings/friends.dart:29:39: Error: The method 'match' isn't defined for the class 'FriendsSettingsView'.
- 'FriendsSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
back: () => friendsSettingsView.match(
^^^^^
lib/logic/settings/friends.dart:47:56: Error: The method 'match' isn't defined for the class 'FriendsSettingsView'.
- 'FriendsSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final friendSettingsView = friendsSettingsView.match(
^^^^^
lib/logic/settings/friends.dart:79:26: Error: The method 'match' isn't defined for the class 'NewFriendAction'.
- 'NewFriendAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return newFriendAction.match(
^^^^^
lib/logic/settings/friends.dart:104:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:175:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:230:31: Error: The method 'match' isn't defined for the class 'FriendSettingsAction'.
- 'FriendSettingsAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendSettingsAction.match(
^^^^^
lib/logic/settings/friends.dart:231:44: Error: The method 'match' isn't defined for the class 'FriendSettingsInnerView'.
- 'FriendSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
back: () => friendSettingsView.inner.match(
^^^^^
lib/logic/settings/friends.dart:291:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:330:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:369:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:413:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:462:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:542:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:617:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:663:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:705:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/index_servers.dart:30:37: Error: The method 'match' isn't defined for the class 'IndexServersSettingsAction'.
- 'IndexServersSettingsAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return indexServersSettingsAction.match(
^^^^^
lib/logic/settings/index_servers.dart:31:44: Error: The method 'match' isn't defined for the class 'IndexServersSettingsView'.
- 'IndexServersSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
back: () => indexServersSettingsView.match(
^^^^^
lib/logic/settings/index_servers.dart:62:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/index_servers.dart:109:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/index_servers.dart:162:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/relays.dart:28:31: Error: The method 'match' isn't defined for the class 'RelaysSettingsAction'.
- 'RelaysSettingsAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return relaysSettingsAction.match(
^^^^^
lib/logic/settings/relays.dart:29:38: Error: The method 'match' isn't defined for the class 'RelaysSettingsView'.
- 'RelaysSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
back: () => relaysSettingsView.match(
^^^^^
lib/logic/settings/relays.dart:60:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/relays.dart:103:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/relays.dart:153:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/friend.dart:20:35: Error: The method 'match' isn't defined for the class 'FriendSettingsInnerView'.
- 'FriendSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendSettingsView.inner.match(
^^^^^
lib/render/settings/friend.dart:39:64: Error: The method 'match' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final channelInconsistentReport = friendReport.channelStatus.match(
^^^^^
lib/render/settings/friend.dart:73:39: Error: The getter 'inner' isn't defined for the class 'I128'.
- 'I128' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
remoteData = '${remoteBalance.inner}';
^^^^^
lib/render/settings/friend.dart:92:41: Error: The method 'compareTo' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing method, or defining a method named 'compareTo'.
balanceRows.sort((a, b) => a.currency.compareTo(b.currency));
^^^^^^^^^
lib/render/settings/friend.dart:102:54: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
DataCell(Text('${balanceRow.currency.inner}')),
^^^^^
lib/render/settings/friend.dart:161:62: Error: The method 'match' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final channelConsistentReport = friendReport.channelStatus.match(
^^^^^
lib/render/settings/friend.dart:175:32: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title = Text('${currency.inner}');
^^^^^
lib/render/settings/friend.dart:177:32: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title = Text('${currency.inner}');
^^^^^
lib/render/settings/friend.dart:180:42: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
onPressed: friendReport.status.isEnabled
^^^^^^^^^
lib/render/settings/friend.dart:201:25: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(currency.inner),
^^^^^
lib/render/settings/friend.dart:202:34: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
onTap: friendReport.status.isEnabled
^^^^^^^^^
lib/render/settings/friend.dart:207:36: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
enabled: friendReport.status.isEnabled,
^^^^^^^^^
lib/render/settings/friend.dart:220:37: Error: The method 'match' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendReport.channelStatus.match(
^^^^^
lib/render/settings/friend.dart:232:45: Error: The getter 'isOnline' isn't defined for the class 'FriendLivenessReport'.
- 'FriendLivenessReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOnline'.
final friendColor = friendReport.liveness.isOnline
^^^^^^^^
lib/render/settings/friend.dart:234:29: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
: friendReport.status.isEnabled ? Colors.orange : Colors.red;
^^^^^^^^^
lib/render/settings/friend.dart:247:51: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/friend.dart:260:54: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
value: friendReport.status.isEnabled,
^^^^^^^^^
lib/render/settings/friend.dart:276:56: Error: The getter 'isConsistent' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isConsistent'.
final newCurrencyButton = friendReport.channelStatus.isConsistent
^^^^^^^^^^^^
lib/render/settings/friend.dart:329:31: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
friendReport.status.isEnabled ? newCurrencyButton : null,
^^^^^^^^^
lib/render/settings/friend.dart:353:15: Error: The getter 'inner' isn't defined for the class 'U128'.
- 'U128' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
if (!amount.inner.isValidInt) {
^^^^^
lib/render/settings/friend.dart:357:28: Error: The getter 'inner' isn't defined for the class 'U128'.
- 'U128' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
final intAmount = amount.inner.toInt();
^^^^^
lib/render/settings/friend.dart:415:10: Error: The method 'match' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(
^^^^^
lib/render/settings/friend.dart:500:58: Error: The getter 'inner' isn't defined for the class 'U128'.
- 'U128' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
_add = stringToAmount(addString).inner.toInt())),
^^^^^
lib/render/settings/friend.dart:512:59: Error: The getter 'isOnline' isn't defined for the class 'FriendLivenessReport'.
- 'FriendLivenessReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOnline'.
final friendColor = this.widget.friendReport.liveness.isOnline
^^^^^^^^
lib/render/settings/friend.dart:514:43: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
: this.widget.friendReport.status.isEnabled
^^^^^^^^^
lib/render/settings/friend.dart:537:69: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${this.widget.nodeName.inner}',
^^^^^
lib/render/settings/friend.dart:557:69: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${this.widget.currency.inner}',
^^^^^
lib/render/settings/friend.dart:691:59: Error: The getter 'isOnline' isn't defined for the class 'FriendLivenessReport'.
- 'FriendLivenessReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOnline'.
final friendColor = this.widget.friendReport.liveness.isOnline
^^^^^^^^
lib/render/settings/friend.dart:693:43: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
: this.widget.friendReport.status.isEnabled
^^^^^^^^^
lib/render/settings/friend.dart:712:69: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${this.widget.nodeName.inner}',
^^^^^
Running pod install... 2.4s
Running Xcode build...
Xcode build done. 21.9s
Failed to build iOS app
Error output from Xcode build:
2020-06-22 09:04:11.022 xcodebuild[48313:1795574] [MT] PluginLoading: Required plug-in compatibility UUID C80A9C11-3902-4885-944E-A035869BA910 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/FBRecentFiles.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2020-06-22 09:04:11.022 xcodebuild[48313:1795574] [MT] PluginLoading: Required plug-in compatibility UUID C80A9C11-3902-4885-944E-A035869BA910 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/FBBridge.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2020-06-22 09:04:11.023 xcodebuild[48313:1795574] [MT] PluginLoading: Required plug-in compatibility UUID C80A9C11-3902-4885-944E-A035869BA910 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/FBBigGrep.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2020-06-22 09:04:11.023 xcodebuild[48313:1795574] [MT] PluginLoading: Required plug-in compatibility UUID C80A9C11-3902-4885-944E-A035869BA910 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/FBAutoImport.xcplugin' not present in DVTPlugInCompatibilityUUIDs
** BUILD FAILED **
Xcode's output:
/Users/pwernersbach/.pub-cache/hosted/pub.dartlang.org/share_extend-1.1.1/ios/Classes/ShareExtendPlugin.m:35:44: warning: variable 'originRect' may be uninitialized when used here [-Wconditional-uninitialized]
[self share:array atSource:originRect withSubject:subject];
^~~~~~~~~~
/Users/pwernersbach/.pub-cache/hosted/pub.dartlang.org/share_extend-1.1.1/ios/Classes/ShareExtendPlugin.m:28:13: note: variable 'originRect' is declared here
CGRect originRect;
^
1 warning generated.
Compiler message:
lib/state/state.dart:14:6: Error: Error when reading 'lib/state/state.g.dart': No such file or directory
part 'state.g.dart';
^
lib/logic/types.dart:10:6: Error: Error when reading 'lib/logic/types.g.dart': No such file or directory
part 'types.g.dart';
^
lib/protocol/protocol.dart:13:6: Error: Error when reading 'lib/protocol/protocol.g.dart': No such file or directory
part 'protocol.g.dart';
^
lib/actions/actions.dart:24:6: Error: Error when reading 'lib/actions/actions.g.dart': No such file or directory
part 'actions.g.dart';
^
lib/protocol/common.dart:6:6: Error: Error when reading 'lib/protocol/common.g.dart': No such file or directory
part 'common.g.dart';
^
lib/protocol/compact.dart:9:6: Error: Error when reading 'lib/protocol/compact.g.dart': No such file or directory
part 'compact.g.dart';
^
lib/state/views/views.dart:21:6: Error: Error when reading 'lib/state/views/views.g.dart': No such file or directory
part 'views.g.dart';
^
lib/protocol/file.dart:10:6: Error: Error when reading 'lib/protocol/file.g.dart': No such file or directory
part 'file.g.dart';
^
lib/actions/buy.dart:9:6: Error: Error when reading 'lib/actions/buy.g.dart': No such file or directory
part 'buy.g.dart';
^
lib/actions/home.dart:6:6: Error: Error when reading 'lib/actions/home.g.dart': No such file or directory
part 'home.g.dart';
^
lib/actions/out_transactions.dart:8:6: Error: Error when reading 'lib/actions/out_transactions.g.dart': No such file or directory
part 'out_transactions.g.dart';
^
lib/actions/in_transactions.dart:9:6: Error: Error when reading 'lib/actions/in_transactions.g.dart': No such file or directory
part 'in_transactions.g.dart';
^
lib/actions/sell.dart:8:6: Error: Error when reading 'lib/actions/sell.g.dart': No such file or directory
part 'sell.g.dart';
^
lib/actions/balances.dart:8:6: Error: Error when reading 'lib/actions/balances.g.dart': No such file or directory
part 'balances.g.dart';
^
lib/actions/settings.dart:10:6: Error: Error when reading 'lib/actions/settings.g.dart': No such file or directory
part 'settings.g.dart';
^
lib/actions/about.dart:6:6: Error: Error when reading 'lib/actions/about.g.dart': No such file or directory
part 'about.g.dart';
^
lib/state/views/buy.dart:8:6: Error: Error when reading 'lib/state/views/buy.g.dart': No such file or directory
part 'buy.g.dart';
^
lib/state/views/out_transactions.dart:8:6: Error: Error when reading 'lib/state/views/out_transactions.g.dart': No such file or directory
part 'out_transactions.g.dart';
^
lib/state/views/in_transactions.dart:10:6: Error: Error when reading 'lib/state/views/in_transactions.g.dart': No such file or directory
part 'in_transactions.g.dart';
^
lib/state/views/balances.dart:8:6: Error: Error when reading 'lib/state/views/balances.g.dart': No such file or directory
part 'balances.g.dart';
^
lib/state/views/sell.dart:8:6: Error: Error when reading 'lib/state/views/sell.g.dart': No such file or directory
part 'sell.g.dart';
^
lib/state/views/settings.dart:10:6: Error: Error when reading 'lib/state/views/settings.g.dart': No such file or directory
part 'settings.g.dart';
^
lib/state/state.dart:14:6: Error: Can't use 'lib/state/state.g.dart' as a part, because it has no 'part of' declaration.
part 'state.g.dart';
^
lib/logic/types.dart:10:6: Error: Can't use 'lib/logic/types.g.dart' as a part, because it has no 'part of' declaration.
part 'types.g.dart';
^
lib/protocol/protocol.dart:13:6: Error: Can't use 'lib/protocol/protocol.g.dart' as a part, because it has no 'part of' declaration.
part 'protocol.g.dart';
^
lib/actions/actions.dart:24:6: Error: Can't use 'lib/actions/actions.g.dart' as a part, because it has no 'part of' declaration.
part 'actions.g.dart';
^
lib/protocol/common.dart:6:6: Error: Can't use 'lib/protocol/common.g.dart' as a part, because it has no 'part of' declaration.
part 'common.g.dart';
^
lib/protocol/compact.dart:9:6: Error: Can't use 'lib/protocol/compact.g.dart' as a part, because it has no 'part of' declaration.
part 'compact.g.dart';
^
lib/state/views/views.dart:21:6: Error: Can't use 'lib/state/views/views.g.dart' as a part, because it has no 'part of' declaration.
part 'views.g.dart';
^
lib/protocol/file.dart:10:6: Error: Can't use 'lib/protocol/file.g.dart' as a part, because it has no 'part of' declaration.
part 'file.g.dart';
^
lib/actions/buy.dart:9:6: Error: Can't use 'lib/actions/buy.g.dart' as a part, because it has no 'part of' declaration.
part 'buy.g.dart';
^
lib/actions/home.dart:6:6: Error: Can't use 'lib/actions/home.g.dart' as a part, because it has no 'part of' declaration.
part 'home.g.dart';
^
lib/actions/out_transactions.dart:8:6: Error: Can't use 'lib/actions/out_transactions.g.dart' as a part, because it has no 'part of' declaration.
part 'out_transactions.g.dart';
^
lib/actions/in_transactions.dart:9:6: Error: Can't use 'lib/actions/in_transactions.g.dart' as a part, because it has no 'part of' declaration.
part 'in_transactions.g.dart';
^
lib/actions/sell.dart:8:6: Error: Can't use 'lib/actions/sell.g.dart' as a part, because it has no 'part of' declaration.
part 'sell.g.dart';
^
lib/actions/balances.dart:8:6: Error: Can't use 'lib/actions/balances.g.dart' as a part, because it has no 'part of' declaration.
part 'balances.g.dart';
^
lib/actions/settings.dart:10:6: Error: Can't use 'lib/actions/settings.g.dart' as a part, because it has no 'part of' declaration.
part 'settings.g.dart';
^
lib/actions/about.dart:6:6: Error: Can't use 'lib/actions/about.g.dart' as a part, because it has no 'part of' declaration.
part 'about.g.dart';
^
lib/state/views/buy.dart:8:6: Error: Can't use 'lib/state/views/buy.g.dart' as a part, because it has no 'part of' declaration.
part 'buy.g.dart';
^
lib/state/views/out_transactions.dart:8:6: Error: Can't use 'lib/state/views/out_transactions.g.dart' as a part, because it has no 'part of' declaration.
part 'out_transactions.g.dart';
^
lib/state/views/in_transactions.dart:10:6: Error: Can't use 'lib/state/views/in_transactions.g.dart' as a part, because it has no 'part of' declaration.
part 'in_transactions.g.dart';
^
lib/state/views/balances.dart:8:6: Error: Can't use 'lib/state/views/balances.g.dart' as a part, because it has no 'part of' declaration.
part 'balances.g.dart';
^
lib/state/views/sell.dart:8:6: Error: Can't use 'lib/state/views/sell.g.dart' as a part, because it has no 'part of' declaration.
part 'sell.g.dart';
^
lib/state/views/settings.dart:10:6: Error: Can't use 'lib/state/views/settings.g.dart' as a part, because it has no 'part of' declaration.
part 'settings.g.dart';
^
lib/state/state.dart:16:52: Error: Type 'NodeOpenBuilder' not found.
abstract class NodeOpen implements Built<NodeOpen, NodeOpenBuilder> {
^^^^^^^^^^^^^^^
lib/state/state.dart:24:35: Error: Type 'NodeOpenBuilder' not found.
factory NodeOpen([void Function(NodeOpenBuilder) updates]) = _$NodeOpen;
^^^^^^^^^^^^^^^
lib/state/state.dart:28:30: Error: Type '_$NodeStateInner' not found.
class NodeStateInner extends _$NodeStateInner {
^^^^^^^^^^^^^^^^
lib/state/state.dart:36:54: Error: Type 'NodeStateBuilder' not found.
abstract class NodeState implements Built<NodeState, NodeStateBuilder> {
^^^^^^^^^^^^^^^^
lib/state/state.dart:44:36: Error: Type 'NodeStateBuilder' not found.
factory NodeState([void Function(NodeStateBuilder) updates]) = _$NodeState;
^^^^^^^^^^^^^^^^
lib/state/state.dart:48:33: Error: Type '_$OptPendingRequest' not found.
class OptPendingRequest extends _$OptPendingRequest {
^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:57:25: Error: Type '_$ViewState' not found.
class ViewState extends _$ViewState {
^^^^^^^^^^^
lib/state/state.dart:71:52: Error: Type 'AppStateBuilder' not found.
abstract class AppState implements Built<AppState, AppStateBuilder> {
^^^^^^^^^^^^^^^
lib/state/state.dart:78:35: Error: Type 'AppStateBuilder' not found.
factory AppState([void Function(AppStateBuilder) updates]) = _$AppState;
^^^^^^^^^^^^^^^
lib/logic/types.dart:13:24: Error: Type '_$AppEvent' not found.
class AppEvent extends _$AppEvent {
^^^^^^^^^^
lib/protocol/protocol.dart:16:37: Error: Type 'NodeInfoLocalBuilder' not found.
implements Built<NodeInfoLocal, NodeInfoLocalBuilder> {
^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:22:40: Error: Type 'NodeInfoLocalBuilder' not found.
factory NodeInfoLocal([void Function(NodeInfoLocalBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:27:38: Error: Type 'NodeInfoRemoteBuilder' not found.
implements Built<NodeInfoRemote, NodeInfoRemoteBuilder> {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:36:41: Error: Type 'NodeInfoRemoteBuilder' not found.
factory NodeInfoRemote([void Function(NodeInfoRemoteBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:41:24: Error: Type '_$NodeInfo' not found.
class NodeInfo extends _$NodeInfo {
^^^^^^^^^^
lib/protocol/protocol.dart:49:24: Error: Type '_$NodeMode' not found.
class NodeMode extends _$NodeMode {
^^^^^^^^^^
lib/protocol/protocol.dart:56:56: Error: Type 'NodeStatusBuilder' not found.
abstract class NodeStatus implements Built<NodeStatus, NodeStatusBuilder> {
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:64:37: Error: Type 'NodeStatusBuilder' not found.
factory NodeStatus([void Function(NodeStatusBuilder) updates]) = _$NodeStatus;
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:68:39: Error: Type 'CreateNodeLocalBuilder' not found.
implements Built<CreateNodeLocal, CreateNodeLocalBuilder> {
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:75:42: Error: Type 'CreateNodeLocalBuilder' not found.
factory CreateNodeLocal([void Function(CreateNodeLocalBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:80:40: Error: Type 'CreateNodeRemoteBuilder' not found.
implements Built<CreateNodeRemote, CreateNodeRemoteBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:90:43: Error: Type 'CreateNodeRemoteBuilder' not found.
factory CreateNodeRemote([void Function(CreateNodeRemoteBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:95:32: Error: Type '_$ResponseOpenNode' not found.
class ResponseOpenNode extends _$ResponseOpenNode {
^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:106:26: Error: Type '_$CreateNode' not found.
class CreateNode extends _$CreateNode {
^^^^^^^^^^^^
lib/protocol/protocol.dart:115:56: Error: Type 'NodeOpenedBuilder' not found.
abstract class NodeOpened implements Built<NodeOpened, NodeOpenedBuilder> {
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:124:37: Error: Type 'NodeOpenedBuilder' not found.
factory NodeOpened([void Function(NodeOpenedBuilder) updates]) = _$NodeOpened;
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:128:28: Error: Type '_$ServerToUser' not found.
class ServerToUser extends _$ServerToUser {
^^^^^^^^^^^^^^
lib/protocol/protocol.dart:139:31: Error: Type '_$ServerToUserAck' not found.
class ServerToUserAck extends _$ServerToUserAck {
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:149:28: Error: Type '_$UserToServer' not found.
class UserToServer extends _$UserToServer {
^^^^^^^^^^^^^^
lib/protocol/protocol.dart:162:39: Error: Type 'UserToServerAckBuilder' not found.
implements Built<UserToServerAck, UserToServerAckBuilder> {
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:170:42: Error: Type 'UserToServerAckBuilder' not found.
factory UserToServerAck([void Function(UserToServerAckBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/actions.dart:27:25: Error: Type '_$AppAction' not found.
class AppAction extends _$AppAction {
^^^^^^^^^^^
lib/protocol/common.dart:9:25: Error: Type '_$PublicKey' not found.
class PublicKey extends _$PublicKey {
^^^^^^^^^^^
lib/protocol/common.dart:14:26: Error: Type '_$PrivateKey' not found.
class PrivateKey extends _$PrivateKey {
^^^^^^^^^^^^
lib/protocol/common.dart:19:19: Error: Type '_$Uid' not found.
class Uid extends _$Uid {
^^^^^
lib/protocol/common.dart:24:26: Error: Type '_$NetAddress' not found.
class NetAddress extends _$NetAddress {
^^^^^^^^^^^^
lib/protocol/common.dart:29:24: Error: Type '_$NodeName' not found.
class NodeName extends _$NodeName {
^^^^^^^^^^
lib/protocol/common.dart:34:22: Error: Type '_$NodeId' not found.
class NodeId extends _$NodeId {
^^^^^^^^
lib/protocol/common.dart:39:24: Error: Type '_$Currency' not found.
class Currency extends _$Currency {
^^^^^^^^^^
lib/protocol/common.dart:44:26: Error: Type '_$HashResult' not found.
class HashResult extends _$HashResult {
^^^^^^^^^^^^
lib/protocol/common.dart:49:26: Error: Type '_$HashedLock' not found.
class HashedLock extends _$HashedLock {
^^^^^^^^^^^^
lib/protocol/common.dart:54:25: Error: Type '_$InvoiceId' not found.
class InvoiceId extends _$InvoiceId {
^^^^^^^^^^^
lib/protocol/common.dart:59:25: Error: Type '_$PaymentId' not found.
class PaymentId extends _$PaymentId {
^^^^^^^^^^^
lib/protocol/common.dart:64:25: Error: Type '_$PlainLock' not found.
class PlainLock extends _$PlainLock {
^^^^^^^^^^^
lib/protocol/common.dart:69:25: Error: Type '_$RandValue' not found.
class RandValue extends _$RandValue {
^^^^^^^^^^^
lib/protocol/common.dart:74:25: Error: Type '_$Signature' not found.
class Signature extends _$Signature {
^^^^^^^^^^^
lib/protocol/common.dart:79:20: Error: Type '_$U128' not found.
class U128 extends _$U128 {
^^^^^^
lib/protocol/common.dart:84:20: Error: Type '_$I128' not found.
class I128 extends _$I128 {
^^^^^^
lib/protocol/common.dart:89:19: Error: Type '_$U64' not found.
class U64 extends _$U64 {
^^^^^
lib/protocol/common.dart:94:26: Error: Type '_$Generation' not found.
class Generation extends _$Generation {
^^^^^^^^^^^^
lib/protocol/compact.dart:12:38: Error: Type 'AppPermissionsBuilder' not found.
implements Built<AppPermissions, AppPermissionsBuilder> {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:22:41: Error: Type 'AppPermissionsBuilder' not found.
factory AppPermissions([void Function(AppPermissionsBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:26:44: Error: Type 'RateBuilder' not found.
abstract class Rate implements Built<Rate, RateBuilder> {
^^^^^^^^^^^
lib/protocol/compact.dart:33:31: Error: Type 'RateBuilder' not found.
factory Rate([void Function(RateBuilder) updates]) = _$Rate;
^^^^^^^^^^^
lib/protocol/compact.dart:36:50: Error: Type 'ReceiptBuilder' not found.
abstract class Receipt implements Built<Receipt, ReceiptBuilder> {
^^^^^^^^^^^^^^
lib/protocol/compact.dart:50:34: Error: Type 'ReceiptBuilder' not found.
factory Receipt([void Function(ReceiptBuilder) updates]) = _$Receipt;
^^^^^^^^^^^^^^
lib/protocol/compact.dart:54:47: Error: Type 'NamedIndexServerAddressBuilder' not found.
implements Built<NamedIndexServerAddress, NamedIndexServerAddressBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:64:26: Error: Type 'NamedIndexServerAddressBuilder' not found.
[void Function(NamedIndexServerAddressBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:69:41: Error: Type 'NamedRelayAddressBuilder' not found.
implements Built<NamedRelayAddress, NamedRelayAddressBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:78:44: Error: Type 'NamedRelayAddressBuilder' not found.
factory NamedRelayAddress([void Function(NamedRelayAddressBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:83:36: Error: Type 'RelayAddressBuilder' not found.
implements Built<RelayAddress, RelayAddressBuilder> {
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:90:39: Error: Type 'RelayAddressBuilder' not found.
factory RelayAddress([void Function(RelayAddressBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:94:48: Error: Type 'CommitBuilder' not found.
abstract class Commit implements Built<Commit, CommitBuilder> {
^^^^^^^^^^^^^
lib/protocol/compact.dart:107:33: Error: Type 'CommitBuilder' not found.
factory Commit([void Function(CommitBuilder) updates]) = _$Commit;
^^^^^^^^^^^^^
lib/protocol/compact.dart:111:42: Error: Type 'OpenFriendCurrencyBuilder' not found.
implements Built<OpenFriendCurrency, OpenFriendCurrencyBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:120:26: Error: Type 'OpenFriendCurrencyBuilder' not found.
[void Function(OpenFriendCurrencyBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:125:43: Error: Type 'CloseFriendCurrencyBuilder' not found.
implements Built<CloseFriendCurrency, CloseFriendCurrencyBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:134:26: Error: Type 'CloseFriendCurrencyBuilder' not found.
[void Function(CloseFriendCurrencyBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:138:54: Error: Type 'AddFriendBuilder' not found.
abstract class AddFriend implements Built<AddFriend, AddFriendBuilder> {
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:146:36: Error: Type 'AddFriendBuilder' not found.
factory AddFriend([void Function(AddFriendBuilder) updates]) = _$AddFriend;
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:150:39: Error: Type 'SetFriendRelaysBuilder' not found.
implements Built<SetFriendRelays, SetFriendRelaysBuilder> {
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:158:42: Error: Type 'SetFriendRelaysBuilder' not found.
factory SetFriendRelays([void Function(SetFriendRelaysBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:163:37: Error: Type 'SetFriendNameBuilder' not found.
implements Built<SetFriendName, SetFriendNameBuilder> {
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:170:40: Error: Type 'SetFriendNameBuilder' not found.
factory SetFriendName([void Function(SetFriendNameBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:174:58: Error: Type 'InitPaymentBuilder' not found.
abstract class InitPayment implements Built<InitPayment, InitPaymentBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:185:38: Error: Type 'InitPaymentBuilder' not found.
factory InitPayment([void Function(InitPaymentBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:190:35: Error: Type '_$PaymentFeesResponse' not found.
class PaymentFeesResponse extends _$PaymentFeesResponse {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:199:58: Error: Type 'PaymentFeesBuilder' not found.
abstract class PaymentFees implements Built<PaymentFees, PaymentFeesBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:206:38: Error: Type 'PaymentFeesBuilder' not found.
factory PaymentFees([void Function(PaymentFeesBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:211:33: Error: Type '_$PaymentDoneStatus' not found.
class PaymentDoneStatus extends _$PaymentDoneStatus {
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:220:58: Error: Type 'PaymentDoneBuilder' not found.
abstract class PaymentDone implements Built<PaymentDone, PaymentDoneBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:227:38: Error: Type 'PaymentDoneBuilder' not found.
factory PaymentDone([void Function(PaymentDoneBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:232:43: Error: Type 'RequestVerifyCommitBuilder' not found.
implements Built<RequestVerifyCommit, RequestVerifyCommitBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:241:26: Error: Type 'RequestVerifyCommitBuilder' not found.
[void Function(RequestVerifyCommitBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:246:44: Error: Type 'ResponseVerifyCommitBuilder' not found.
implements Built<ResponseVerifyCommit, ResponseVerifyCommitBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:255:26: Error: Type 'ResponseVerifyCommitBuilder' not found.
[void Function(ResponseVerifyCommitBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:260:34: Error: Type '_$VerifyCommitStatus' not found.
class VerifyCommitStatus extends _$VerifyCommitStatus {
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:269:37: Error: Type 'PaymentCommitBuilder' not found.
implements Built<PaymentCommit, PaymentCommitBuilder> {
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:276:40: Error: Type 'PaymentCommitBuilder' not found.
factory PaymentCommit([void Function(PaymentCommitBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:281:42: Error: Type 'ConfirmPaymentFeesBuilder' not found.
implements Built<ConfirmPaymentFees, ConfirmPaymentFeesBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:290:26: Error: Type 'ConfirmPaymentFeesBuilder' not found.
[void Function(ConfirmPaymentFeesBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:296:41: Error: Type 'SetFriendCurrencyMaxDebtBuilder' not found.
Built<SetFriendCurrencyMaxDebt, SetFriendCurrencyMaxDebtBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:306:26: Error: Type 'SetFriendCurrencyMaxDebtBuilder' not found.
[void Function(SetFriendCurrencyMaxDebtBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:311:44: Error: Type 'RemoveFriendCurrencyBuilder' not found.
implements Built<RemoveFriendCurrency, RemoveFriendCurrencyBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:320:26: Error: Type 'RemoveFriendCurrencyBuilder' not found.
[void Function(RemoveFriendCurrencyBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:325:42: Error: Type 'ResetFriendChannelBuilder' not found.
implements Built<ResetFriendChannel, ResetFriendChannelBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:334:26: Error: Type 'ResetFriendChannelBuilder' not found.
[void Function(ResetFriendChannelBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:339:45: Error: Type 'SetFriendCurrencyRateBuilder' not found.
implements Built<SetFriendCurrencyRate, SetFriendCurrencyRateBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:349:26: Error: Type 'SetFriendCurrencyRateBuilder' not found.
[void Function(SetFriendCurrencyRateBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:353:56: Error: Type 'AddInvoiceBuilder' not found.
abstract class AddInvoice implements Built<AddInvoice, AddInvoiceBuilder> {
^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:362:37: Error: Type 'AddInvoiceBuilder' not found.
factory AddInvoice([void Function(AddInvoiceBuilder) updates]) = _$AddInvoice;
^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:366:35: Error: Type '_$RequestStatusReport' not found.
class RequestStatusReport extends _$RequestStatusReport {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:375:36: Error: Type 'ConfigReportBuilder' not found.
implements Built<ConfigReport, ConfigReportBuilder> {
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:383:39: Error: Type 'ConfigReportBuilder' not found.
factory ConfigReport([void Function(ConfigReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:388:36: Error: Type '_$FriendLivenessReport' not found.
class FriendLivenessReport extends _$FriendLivenessReport {
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:397:40: Error: Type 'ResetTermsReportBuilder' not found.
implements Built<ResetTermsReport, ResetTermsReportBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:405:43: Error: Type 'ResetTermsReportBuilder' not found.
factory ResetTermsReport([void Function(ResetTermsReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:411:42: Error: Type 'ChannelInconsistentReportBuilder' not found.
Built<ChannelInconsistentReport, ChannelInconsistentReportBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:423:26: Error: Type 'ChannelInconsistentReportBuilder' not found.
[void Function(ChannelInconsistentReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:428:38: Error: Type 'CurrencyReportBuilder' not found.
implements Built<CurrencyReport, CurrencyReportBuilder> {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:437:41: Error: Type 'CurrencyReportBuilder' not found.
factory CurrencyReport([void Function(CurrencyReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:442:47: Error: Type 'ChannelConsistentReportBuilder' not found.
implements Built<ChannelConsistentReport, ChannelConsistentReportBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:450:26: Error: Type 'ChannelConsistentReportBuilder' not found.
[void Function(ChannelConsistentReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:455:35: Error: Type '_$ChannelStatusReport' not found.
class ChannelStatusReport extends _$ChannelStatusReport {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:468:34: Error: Type '_$FriendStatusReport' not found.
class FriendStatusReport extends _$FriendStatusReport {
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:476:58: Error: Type 'BalanceInfoBuilder' not found.
abstract class BalanceInfo implements Built<BalanceInfo, BalanceInfoBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:484:38: Error: Type 'BalanceInfoBuilder' not found.
factory BalanceInfo([void Function(BalanceInfoBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:488:48: Error: Type 'McInfoBuilder' not found.
abstract class McInfo implements Built<McInfo, McInfoBuilder> {
^^^^^^^^^^^^^
lib/protocol/compact.dart:496:33: Error: Type 'McInfoBuilder' not found.
factory McInfo([void Function(McInfoBuilder) updates]) = _$McInfo;
^^^^^^^^^^^^^
lib/protocol/compact.dart:500:36: Error: Type 'CountersInfoBuilder' not found.
implements Built<CountersInfo, CountersInfoBuilder> {
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:507:39: Error: Type 'CountersInfoBuilder' not found.
factory CountersInfo([void Function(CountersInfoBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:511:54: Error: Type 'TokenInfoBuilder' not found.
abstract class TokenInfo implements Built<TokenInfo, TokenInfoBuilder> {
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:518:36: Error: Type 'TokenInfoBuilder' not found.
factory TokenInfo([void Function(TokenInfoBuilder) updates]) = _$TokenInfo;
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:522:45: Error: Type 'MoveTokenHashedReportBuilder' not found.
implements Built<MoveTokenHashedReport, MoveTokenHashedReportBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:533:26: Error: Type 'MoveTokenHashedReportBuilder' not found.
[void Function(MoveTokenHashedReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:538:36: Error: Type 'FriendReportBuilder' not found.
implements Built<FriendReport, FriendReportBuilder> {
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:552:39: Error: Type 'FriendReportBuilder' not found.
factory FriendReport([void Function(FriendReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:556:58: Error: Type 'OpenInvoiceBuilder' not found.
abstract class OpenInvoice implements Built<OpenInvoice, OpenInvoiceBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:566:38: Error: Type 'OpenInvoiceBuilder' not found.
factory OpenInvoice([void Function(OpenInvoiceBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:571:33: Error: Type '_$OpenPaymentStatus' not found.
class OpenPaymentStatus extends _$OpenPaymentStatus {
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:587:58: Error: Type 'OpenPaymentBuilder' not found.
abstract class OpenPayment implements Built<OpenPayment, OpenPaymentBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:599:38: Error: Type 'OpenPaymentBuilder' not found.
factory OpenPayment([void Function(OpenPaymentBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:604:37: Error: Type 'CompactReportBuilder' not found.
implements Built<CompactReport, CompactReportBuilder> {
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:617:40: Error: Type 'CompactReportBuilder' not found.
factory CompactReport([void Function(CompactReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:622:32: Error: Type '_$CompactToUserAck' not found.
class CompactToUserAck extends _$CompactToUserAck {
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:632:29: Error: Type '_$CompactToUser' not found.
class CompactToUser extends _$CompactToUser {
^^^^^^^^^^^^^^^
lib/protocol/compact.dart:648:29: Error: Type '_$UserToCompact' not found.
class UserToCompact extends _$UserToCompact {
^^^^^^^^^^^^^^^
lib/protocol/compact.dart:707:40: Error: Type 'UserToCompactAckBuilder' not found.
implements Built<UserToCompactAck, UserToCompactAckBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:715:43: Error: Type 'UserToCompactAckBuilder' not found.
factory UserToCompactAck([void Function(UserToCompactAckBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/views.dart:24:23: Error: Type '_$AppView' not found.
class AppView extends _$AppView {
^^^^^^^^^
lib/protocol/file.dart:20:58: Error: Type 'InvoiceFileBuilder' not found.
abstract class InvoiceFile implements Built<InvoiceFile, InvoiceFileBuilder> {
^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:30:38: Error: Type 'InvoiceFileBuilder' not found.
factory InvoiceFile([void Function(InvoiceFileBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:38:39: Error: Type 'IndexServerFileBuilder' not found.
implements Built<IndexServerFile, IndexServerFileBuilder> {
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:46:42: Error: Type 'IndexServerFileBuilder' not found.
factory IndexServerFile([void Function(IndexServerFileBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:50:56: Error: Type 'FriendFileBuilder' not found.
abstract class FriendFile implements Built<FriendFile, FriendFileBuilder> {
^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:57:37: Error: Type 'FriendFileBuilder' not found.
factory FriendFile([void Function(FriendFileBuilder) updates]) = _$FriendFile;
^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:61:38: Error: Type 'RemoteCardFileBuilder' not found.
implements Built<RemoteCardFile, RemoteCardFileBuilder> {
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:70:41: Error: Type 'RemoteCardFileBuilder' not found.
factory RemoteCardFile([void Function(RemoteCardFileBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/actions/buy.dart:12:25: Error: Type '_$BuyAction' not found.
class BuyAction extends _$BuyAction {
^^^^^^^^^^^
lib/actions/home.dart:9:26: Error: Type '_$HomeAction' not found.
class HomeAction extends _$HomeAction {
^^^^^^^^^^^^
lib/actions/out_transactions.dart:11:37: Error: Type '_$OutTransactionsAction' not found.
class OutTransactionsAction extends _$OutTransactionsAction {
^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/in_transactions.dart:12:36: Error: Type '_$InTransactionsAction' not found.
class InTransactionsAction extends _$InTransactionsAction {
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/sell.dart:11:26: Error: Type '_$SellAction' not found.
class SellAction extends _$SellAction {
^^^^^^^^^^^^
lib/actions/balances.dart:11:30: Error: Type '_$BalancesAction' not found.
class BalancesAction extends _$BalancesAction {
^^^^^^^^^^^^^^^^
lib/actions/settings.dart:13:30: Error: Type '_$SettingsAction' not found.
class SettingsAction extends _$SettingsAction {
^^^^^^^^^^^^^^^^
lib/actions/settings.dart:38:29: Error: Type '_$NewCardAction' not found.
class NewCardAction extends _$NewCardAction {
^^^^^^^^^^^^^^^
lib/actions/settings.dart:52:34: Error: Type '_$CardSettingsAction' not found.
class CardSettingsAction extends _$CardSettingsAction {
^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:76:37: Error: Type '_$FriendsSettingsAction' not found.
class FriendsSettingsAction extends _$FriendsSettingsAction {
^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:93:31: Error: Type '_$NewFriendAction' not found.
class NewFriendAction extends _$NewFriendAction {
^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:105:36: Error: Type '_$FriendSettingsAction' not found.
class FriendSettingsAction extends _$FriendSettingsAction {
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:136:36: Error: Type '_$RelaysSettingsAction' not found.
class RelaysSettingsAction extends _$RelaysSettingsAction {
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:152:42: Error: Type '_$IndexServersSettingsAction' not found.
class IndexServersSettingsAction extends _$IndexServersSettingsAction {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/about.dart:9:27: Error: Type '_$AboutAction' not found.
class AboutAction extends _$AboutAction {
^^^^^^^^^^^^^
lib/state/views/buy.dart:11:23: Error: Type '_$BuyView' not found.
class BuyView extends _$BuyView {
^^^^^^^^^
lib/state/views/out_transactions.dart:11:35: Error: Type '_$OutTransactionsView' not found.
class OutTransactionsView extends _$OutTransactionsView {
^^^^^^^^^^^^^^^^^^^^^
lib/state/views/in_transactions.dart:13:34: Error: Type '_$InTransactionsView' not found.
class InTransactionsView extends _$InTransactionsView {
^^^^^^^^^^^^^^^^^^^^
lib/state/views/balances.dart:11:28: Error: Type '_$BalancesView' not found.
class BalancesView extends _$BalancesView {
^^^^^^^^^^^^^^
lib/state/views/sell.dart:11:24: Error: Type '_$SellView' not found.
class SellView extends _$SellView {
^^^^^^^^^^
lib/state/views/settings.dart:13:28: Error: Type '_$SettingsView' not found.
class SettingsView extends _$SettingsView {
^^^^^^^^^^^^^^
lib/state/views/settings.dart:29:27: Error: Type '_$NewCardView' not found.
class NewCardView extends _$NewCardView {
^^^^^^^^^^^^^
lib/state/views/settings.dart:40:40: Error: Type 'CardSettingsViewBuilder' not found.
implements Built<CardSettingsView, CardSettingsViewBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:48:43: Error: Type 'CardSettingsViewBuilder' not found.
factory CardSettingsView([void Function(CardSettingsViewBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:53:37: Error: Type '_$CardSettingsInnerView' not found.
class CardSettingsInnerView extends _$CardSettingsInnerView {
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:69:35: Error: Type '_$FriendsSettingsView' not found.
class FriendsSettingsView extends _$FriendsSettingsView {
^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:83:29: Error: Type '_$NewFriendView' not found.
class NewFriendView extends _$NewFriendView {
^^^^^^^^^^^^^^^
lib/state/views/settings.dart:93:42: Error: Type 'FriendSettingsViewBuilder' not found.
implements Built<FriendSettingsView, FriendSettingsViewBuilder> {
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:102:26: Error: Type 'FriendSettingsViewBuilder' not found.
[void Function(FriendSettingsViewBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:107:39: Error: Type '_$FriendSettingsInnerView' not found.
class FriendSettingsInnerView extends _$FriendSettingsInnerView {
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:121:34: Error: Type '_$RelaysSettingsView' not found.
class RelaysSettingsView extends _$RelaysSettingsView {
^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:134:40: Error: Type '_$IndexServersSettingsView' not found.
class IndexServersSettingsView extends _$IndexServersSettingsView {
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:24:64: Error: Couldn't find constructor '_$NodeOpen'.
factory NodeOpen([void Function(NodeOpenBuilder) updates]) = _$NodeOpen;
^
lib/state/state.dart:24:64: Error: Redirection constructor target not found: '_$NodeOpen'
factory NodeOpen([void Function(NodeOpenBuilder) updates]) = _$NodeOpen;
^
lib/state/state.dart:44:66: Error: Couldn't find constructor '_$NodeState'.
factory NodeState([void Function(NodeStateBuilder) updates]) = _$NodeState;
^
lib/state/state.dart:44:66: Error: Redirection constructor target not found: '_$NodeState'
factory NodeState([void Function(NodeStateBuilder) updates]) = _$NodeState;
^
lib/state/state.dart:78:64: Error: Couldn't find constructor '_$AppState'.
factory AppState([void Function(AppStateBuilder) updates]) = _$AppState;
^
lib/state/state.dart:78:64: Error: Redirection constructor target not found: '_$AppState'
factory AppState([void Function(AppStateBuilder) updates]) = _$AppState;
^
lib/protocol/protocol.dart:23:7: Error: Couldn't find constructor '_$NodeInfoLocal'.
_$NodeInfoLocal;
^
lib/protocol/protocol.dart:23:7: Error: Redirection constructor target not found: '_$NodeInfoLocal'
_$NodeInfoLocal;
^
lib/protocol/protocol.dart:37:7: Error: Couldn't find constructor '_$NodeInfoRemote'.
_$NodeInfoRemote;
^
lib/protocol/protocol.dart:37:7: Error: Redirection constructor target not found: '_$NodeInfoRemote'
_$NodeInfoRemote;
^
lib/protocol/protocol.dart:64:68: Error: Couldn't find constructor '_$NodeStatus'.
factory NodeStatus([void Function(NodeStatusBuilder) updates]) = _$NodeStatus;
^
lib/protocol/protocol.dart:64:68: Error: Redirection constructor target not found: '_$NodeStatus'
factory NodeStatus([void Function(NodeStatusBuilder) updates]) = _$NodeStatus;
^
lib/protocol/protocol.dart:76:7: Error: Couldn't find constructor '_$CreateNodeLocal'.
_$CreateNodeLocal;
^
lib/protocol/protocol.dart:76:7: Error: Redirection constructor target not found: '_$CreateNodeLocal'
_$CreateNodeLocal;
^
lib/protocol/protocol.dart:91:7: Error: Couldn't find constructor '_$CreateNodeRemote'.
_$CreateNodeRemote;
^
lib/protocol/protocol.dart:91:7: Error: Redirection constructor target not found: '_$CreateNodeRemote'
_$CreateNodeRemote;
^
lib/protocol/protocol.dart:124:68: Error: Couldn't find constructor '_$NodeOpened'.
factory NodeOpened([void Function(NodeOpenedBuilder) updates]) = _$NodeOpened;
^
lib/protocol/protocol.dart:124:68: Error: Redirection constructor target not found: '_$NodeOpened'
factory NodeOpened([void Function(NodeOpenedBuilder) updates]) = _$NodeOpened;
^
lib/protocol/protocol.dart:171:7: Error: Couldn't find constructor '_$UserToServerAck'.
_$UserToServerAck;
^
lib/protocol/protocol.dart:171:7: Error: Redirection constructor target not found: '_$UserToServerAck'
_$UserToServerAck;
^
lib/protocol/compact.dart:23:7: Error: Couldn't find constructor '_$AppPermissions'.
_$AppPermissions;
^
lib/protocol/compact.dart:23:7: Error: Redirection constructor target not found: '_$AppPermissions'
_$AppPermissions;
^
lib/protocol/compact.dart:33:56: Error: Couldn't find constructor '_$Rate'.
factory Rate([void Function(RateBuilder) updates]) = _$Rate;
^
lib/protocol/compact.dart:33:56: Error: Redirection constructor target not found: '_$Rate'
factory Rate([void Function(RateBuilder) updates]) = _$Rate;
^
lib/protocol/compact.dart:50:62: Error: Couldn't find constructor '_$Receipt'.
factory Receipt([void Function(ReceiptBuilder) updates]) = _$Receipt;
^
lib/protocol/compact.dart:50:62: Error: Redirection constructor target not found: '_$Receipt'
factory Receipt([void Function(ReceiptBuilder) updates]) = _$Receipt;
^
lib/protocol/compact.dart:65:7: Error: Couldn't find constructor '_$NamedIndexServerAddress'.
_$NamedIndexServerAddress;
^
lib/protocol/compact.dart:65:7: Error: Redirection constructor target not found: '_$NamedIndexServerAddress'
_$NamedIndexServerAddress;
^
lib/protocol/compact.dart:79:7: Error: Couldn't find constructor '_$NamedRelayAddress'.
_$NamedRelayAddress;
^
lib/protocol/compact.dart:79:7: Error: Redirection constructor target not found: '_$NamedRelayAddress'
_$NamedRelayAddress;
^
lib/protocol/compact.dart:91:7: Error: Couldn't find constructor '_$RelayAddress'.
_$RelayAddress;
^
lib/protocol/compact.dart:91:7: Error: Redirection constructor target not found: '_$RelayAddress'
_$RelayAddress;
^
lib/protocol/compact.dart:107:60: Error: Couldn't find constructor '_$Commit'.
factory Commit([void Function(CommitBuilder) updates]) = _$Commit;
^
lib/protocol/compact.dart:107:60: Error: Redirection constructor target not found: '_$Commit'
factory Commit([void Function(CommitBuilder) updates]) = _$Commit;
^
lib/protocol/compact.dart:121:7: Error: Couldn't find constructor '_$OpenFriendCurrency'.
_$OpenFriendCurrency;
^
lib/protocol/compact.dart:121:7: Error: Redirection constructor target not found: '_$OpenFriendCurrency'
_$OpenFriendCurrency;
^
lib/protocol/compact.dart:135:7: Error: Couldn't find constructor '_$CloseFriendCurrency'.
_$CloseFriendCurrency;
^
lib/protocol/compact.dart:135:7: Error: Redirection constructor target not found: '_$CloseFriendCurrency'
_$CloseFriendCurrency;
^
lib/protocol/compact.dart:146:66: Error: Couldn't find constructor '_$AddFriend'.
factory AddFriend([void Function(AddFriendBuilder) updates]) = _$AddFriend;
^
lib/protocol/compact.dart:146:66: Error: Redirection constructor target not found: '_$AddFriend'
factory AddFriend([void Function(AddFriendBuilder) updates]) = _$AddFriend;
^
lib/protocol/compact.dart:159:7: Error: Couldn't find constructor '_$SetFriendRelays'.
_$SetFriendRelays;
^
lib/protocol/compact.dart:159:7: Error: Redirection constructor target not found: '_$SetFriendRelays'
_$SetFriendRelays;
^
lib/protocol/compact.dart:171:7: Error: Couldn't find constructor '_$SetFriendName'.
_$SetFriendName;
^
lib/protocol/compact.dart:171:7: Error: Redirection constructor target not found: '_$SetFriendName'
_$SetFriendName;
^
lib/protocol/compact.dart:186:7: Error: Couldn't find constructor '_$InitPayment'.
_$InitPayment;
^
lib/protocol/compact.dart:186:7: Error: Redirection constructor target not found: '_$InitPayment'
_$InitPayment;
^
lib/protocol/compact.dart:207:7: Error: Couldn't find constructor '_$PaymentFees'.
_$PaymentFees;
^
lib/protocol/compact.dart:207:7: Error: Redirection constructor target not found: '_$PaymentFees'
_$PaymentFees;
^
lib/protocol/compact.dart:228:7: Error: Couldn't find constructor '_$PaymentDone'.
_$PaymentDone;
^
lib/protocol/compact.dart:228:7: Error: Redirection constructor target not found: '_$PaymentDone'
_$PaymentDone;
^
lib/protocol/compact.dart:242:7: Error: Couldn't find constructor '_$RequestVerifyCommit'.
_$RequestVerifyCommit;
^
lib/protocol/compact.dart:242:7: Error: Redirection constructor target not found: '_$RequestVerifyCommit'
_$RequestVerifyCommit;
^
lib/protocol/compact.dart:256:7: Error: Couldn't find constructor '_$ResponseVerifyCommit'.
_$ResponseVerifyCommit;
^
lib/protocol/compact.dart:256:7: Error: Redirection constructor target not found: '_$ResponseVerifyCommit'
_$ResponseVerifyCommit;
^
lib/protocol/compact.dart:277:7: Error: Couldn't find constructor '_$PaymentCommit'.
_$PaymentCommit;
^
lib/protocol/compact.dart:277:7: Error: Redirection constructor target not found: '_$PaymentCommit'
_$PaymentCommit;
^
lib/protocol/compact.dart:291:7: Error: Couldn't find constructor '_$ConfirmPaymentFees'.
_$ConfirmPaymentFees;
^
lib/protocol/compact.dart:291:7: Error: Redirection constructor target not found: '_$ConfirmPaymentFees'
_$ConfirmPaymentFees;
^
lib/protocol/compact.dart:307:7: Error: Couldn't find constructor '_$SetFriendCurrencyMaxDebt'.
_$SetFriendCurrencyMaxDebt;
^
lib/protocol/compact.dart:307:7: Error: Redirection constructor target not found: '_$SetFriendCurrencyMaxDebt'
_$SetFriendCurrencyMaxDebt;
^
lib/protocol/compact.dart:321:7: Error: Couldn't find constructor '_$RemoveFriendCurrency'.
_$RemoveFriendCurrency;
^
lib/protocol/compact.dart:321:7: Error: Redirection constructor target not found: '_$RemoveFriendCurrency'
_$RemoveFriendCurrency;
^
lib/protocol/compact.dart:335:7: Error: Couldn't find constructor '_$ResetFriendChannel'.
_$ResetFriendChannel;
^
lib/protocol/compact.dart:335:7: Error: Redirection constructor target not found: '_$ResetFriendChannel'
_$ResetFriendChannel;
^
lib/protocol/compact.dart:350:7: Error: Couldn't find constructor '_$SetFriendCurrencyRate'.
_$SetFriendCurrencyRate;
^
lib/protocol/compact.dart:350:7: Error: Redirection constructor target not found: '_$SetFriendCurrencyRate'
_$SetFriendCurrencyRate;
^
lib/protocol/compact.dart:362:68: Error: Couldn't find constructor '_$AddInvoice'.
factory AddInvoice([void Function(AddInvoiceBuilder) updates]) = _$AddInvoice;
^
lib/protocol/compact.dart:362:68: Error: Redirection constructor target not found: '_$AddInvoice'
factory AddInvoice([void Function(AddInvoiceBuilder) updates]) = _$AddInvoice;
^
lib/protocol/compact.dart:384:7: Error: Couldn't find constructor '_$ConfigReport'.
_$ConfigReport;
^
lib/protocol/compact.dart:384:7: Error: Redirection constructor target not found: '_$ConfigReport'
_$ConfigReport;
^
lib/protocol/compact.dart:406:7: Error: Couldn't find constructor '_$ResetTermsReport'.
_$ResetTermsReport;
^
lib/protocol/compact.dart:406:7: Error: Redirection constructor target not found: '_$ResetTermsReport'
_$ResetTermsReport;
^
lib/protocol/compact.dart:424:7: Error: Couldn't find constructor '_$ChannelInconsistentReport'.
_$ChannelInconsistentReport;
^
lib/protocol/compact.dart:424:7: Error: Redirection constructor target not found: '_$ChannelInconsistentReport'
_$ChannelInconsistentReport;
^
lib/protocol/compact.dart:438:7: Error: Couldn't find constructor '_$CurrencyReport'.
_$CurrencyReport;
^
lib/protocol/compact.dart:438:7: Error: Redirection constructor target not found: '_$CurrencyReport'
_$CurrencyReport;
^
lib/protocol/compact.dart:451:7: Error: Couldn't find constructor '_$ChannelConsistentReport'.
_$ChannelConsistentReport;
^
lib/protocol/compact.dart:451:7: Error: Redirection constructor target not found: '_$ChannelConsistentReport'
_$ChannelConsistentReport;
^
lib/protocol/compact.dart:485:7: Error: Couldn't find constructor '_$BalanceInfo'.
_$BalanceInfo;
^
lib/protocol/compact.dart:485:7: Error: Redirection constructor target not found: '_$BalanceInfo'
_$BalanceInfo;
^
lib/protocol/compact.dart:496:60: Error: Couldn't find constructor '_$McInfo'.
factory McInfo([void Function(McInfoBuilder) updates]) = _$McInfo;
^
lib/protocol/compact.dart:496:60: Error: Redirection constructor target not found: '_$McInfo'
factory McInfo([void Function(McInfoBuilder) updates]) = _$McInfo;
^
lib/protocol/compact.dart:508:7: Error: Couldn't find constructor '_$CountersInfo'.
_$CountersInfo;
^
lib/protocol/compact.dart:508:7: Error: Redirection constructor target not found: '_$CountersInfo'
_$CountersInfo;
^
lib/protocol/compact.dart:518:66: Error: Couldn't find constructor '_$TokenInfo'.
factory TokenInfo([void Function(TokenInfoBuilder) updates]) = _$TokenInfo;
^
lib/protocol/compact.dart:518:66: Error: Redirection constructor target not found: '_$TokenInfo'
factory TokenInfo([void Function(TokenInfoBuilder) updates]) = _$TokenInfo;
^
lib/protocol/compact.dart:534:7: Error: Couldn't find constructor '_$MoveTokenHashedReport'.
_$MoveTokenHashedReport;
^
lib/protocol/compact.dart:534:7: Error: Redirection constructor target not found: '_$MoveTokenHashedReport'
_$MoveTokenHashedReport;
^
lib/protocol/compact.dart:553:7: Error: Couldn't find constructor '_$FriendReport'.
_$FriendReport;
^
lib/protocol/compact.dart:553:7: Error: Redirection constructor target not found: '_$FriendReport'
_$FriendReport;
^
lib/protocol/compact.dart:567:7: Error: Couldn't find constructor '_$OpenInvoice'.
_$OpenInvoice;
^
lib/protocol/compact.dart:567:7: Error: Redirection constructor target not found: '_$OpenInvoice'
_$OpenInvoice;
^
lib/protocol/compact.dart:600:7: Error: Couldn't find constructor '_$OpenPayment'.
_$OpenPayment;
^
lib/protocol/compact.dart:600:7: Error: Redirection constructor target not found: '_$OpenPayment'
_$OpenPayment;
^
lib/protocol/compact.dart:618:7: Error: Couldn't find constructor '_$CompactReport'.
_$CompactReport;
^
lib/protocol/compact.dart:618:7: Error: Redirection constructor target not found: '_$CompactReport'
_$CompactReport;
^
lib/protocol/compact.dart:716:7: Error: Couldn't find constructor '_$UserToCompactAck'.
_$UserToCompactAck;
^
lib/protocol/compact.dart:716:7: Error: Redirection constructor target not found: '_$UserToCompactAck'
_$UserToCompactAck;
^
lib/protocol/file.dart:31:7: Error: Couldn't find constructor '_$InvoiceFile'.
_$InvoiceFile;
^
lib/protocol/file.dart:31:7: Error: Redirection constructor target not found: '_$InvoiceFile'
_$InvoiceFile;
^
lib/protocol/file.dart:47:7: Error: Couldn't find constructor '_$IndexServerFile'.
_$IndexServerFile;
^
lib/protocol/file.dart:47:7: Error: Redirection constructor target not found: '_$IndexServerFile'
_$IndexServerFile;
^
lib/protocol/file.dart:57:68: Error: Couldn't find constructor '_$FriendFile'.
factory FriendFile([void Function(FriendFileBuilder) updates]) = _$FriendFile;
^
lib/protocol/file.dart:57:68: Error: Redirection constructor target not found: '_$FriendFile'
factory FriendFile([void Function(FriendFileBuilder) updates]) = _$FriendFile;
^
lib/protocol/file.dart:71:7: Error: Couldn't find constructor '_$RemoteCardFile'.
_$RemoteCardFile;
^
lib/protocol/file.dart:71:7: Error: Redirection constructor target not found: '_$RemoteCardFile'
_$RemoteCardFile;
^
lib/state/views/settings.dart:49:7: Error: Couldn't find constructor '_$CardSettingsView'.
_$CardSettingsView;
^
lib/state/views/settings.dart:49:7: Error: Redirection constructor target not found: '_$CardSettingsView'
_$CardSettingsView;
^
lib/state/views/settings.dart:103:7: Error: Couldn't find constructor '_$FriendSettingsView'.
_$FriendSettingsView;
^
lib/state/views/settings.dart:103:7: Error: Redirection constructor target not found: '_$FriendSettingsView'
_$FriendSettingsView;
^
lib/protocol/common.dart:99:3: Error: Method not found: 'PublicKeySerializer'.
PublicKeySerializer(),
^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:100:3: Error: Method not found: 'PrivateKeySerializer'.
PrivateKeySerializer(),
^^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:101:3: Error: Method not found: 'UidSerializer'.
UidSerializer(),
^^^^^^^^^^^^^
lib/protocol/common.dart:102:3: Error: Method not found: 'NetAddressSerializer'.
NetAddressSerializer(),
^^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:103:3: Error: Method not found: 'NodeNameSerializer'.
NodeNameSerializer(),
^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:104:3: Error: Method not found: 'NodeIdSerializer'.
NodeIdSerializer(),
^^^^^^^^^^^^^^^^
lib/protocol/common.dart:105:3: Error: Method not found: 'CurrencySerializer'.
CurrencySerializer(),
^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:106:3: Error: Method not found: 'HashResultSerializer'.
HashResultSerializer(),
^^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:107:3: Error: Method not found: 'HashedLockSerializer'.
HashedLockSerializer(),
^^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:108:3: Error: Method not found: 'InvoiceIdSerializer'.
InvoiceIdSerializer(),
^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:109:3: Error: Method not found: 'PaymentIdSerializer'.
PaymentIdSerializer(),
^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:110:3: Error: Method not found: 'PlainLockSerializer'.
PlainLockSerializer(),
^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:111:3: Error: Method not found: 'RandValueSerializer'.
RandValueSerializer(),
^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:112:3: Error: Method not found: 'SignatureSerializer'.
SignatureSerializer(),
^^^^^^^^^^^^^^^^^^^
lib/protocol/common.dart:113:3: Error: Method not found: 'U128Serializer'.
U128Serializer(),
^^^^^^^^^^^^^^
lib/protocol/common.dart:114:3: Error: Method not found: 'I128Serializer'.
I128Serializer(),
^^^^^^^^^^^^^^
lib/protocol/common.dart:115:3: Error: Method not found: 'U64Serializer'.
U64Serializer(),
^^^^^^^^^^^^^
lib/protocol/common.dart:116:3: Error: Method not found: 'GenerationSerializer'.
GenerationSerializer(),
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:769:3: Error: Getter not found: '_$userToCompactAckSerializer'.
_$userToCompactAckSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:768:3: Error: Getter not found: '_$userToCompactSerializer'.
_$userToCompactSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:767:3: Error: Getter not found: '_$compactToUserSerializer'.
_$compactToUserSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:766:3: Error: Getter not found: '_$compactToUserAckSerializer'.
_$compactToUserAckSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:765:3: Error: Getter not found: '_$compactReportSerializer'.
_$compactReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:764:3: Error: Getter not found: '_$openPaymentSerializer'.
_$openPaymentSerializer,
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:763:3: Error: Getter not found: '_$openPaymentStatusSerializer'.
_$openPaymentStatusSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:762:3: Error: Getter not found: '_$openInvoiceSerializer'.
_$openInvoiceSerializer,
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:761:3: Error: Getter not found: '_$friendReportSerializer'.
_$friendReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:760:3: Error: Getter not found: '_$moveTokenHashedReportSerializer'.
_$moveTokenHashedReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:759:3: Error: Getter not found: '_$tokenInfoSerializer'.
_$tokenInfoSerializer,
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:758:3: Error: Getter not found: '_$countersInfoSerializer'.
_$countersInfoSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:757:3: Error: Getter not found: '_$mcInfoSerializer'.
_$mcInfoSerializer,
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:756:3: Error: Getter not found: '_$balanceInfoSerializer'.
_$balanceInfoSerializer,
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:755:3: Error: Getter not found: '_$friendStatusReportSerializer'.
_$friendStatusReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:754:3: Error: Getter not found: '_$channelStatusReportSerializer'.
_$channelStatusReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:753:3: Error: Getter not found: '_$channelConsistentReportSerializer'.
_$channelConsistentReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:752:3: Error: Getter not found: '_$currencyReportSerializer'.
_$currencyReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:751:3: Error: Getter not found: '_$channelInconsistentReportSerializer'.
_$channelInconsistentReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:750:3: Error: Getter not found: '_$resetTermsReportSerializer'.
_$resetTermsReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:749:3: Error: Getter not found: '_$friendLivenessReportSerializer'.
_$friendLivenessReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:748:3: Error: Getter not found: '_$configReportSerializer'.
_$configReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:747:3: Error: Getter not found: '_$requestStatusReportSerializer'.
_$requestStatusReportSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:746:3: Error: Getter not found: '_$addInvoiceSerializer'.
_$addInvoiceSerializer,
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:745:3: Error: Getter not found: '_$setFriendCurrencyRateSerializer'.
_$setFriendCurrencyRateSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:744:3: Error: Getter not found: '_$resetFriendChannelSerializer'.
_$resetFriendChannelSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:743:3: Error: Getter not found: '_$removeFriendCurrencySerializer'.
_$removeFriendCurrencySerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:742:3: Error: Getter not found: '_$setFriendCurrencyMaxDebtSerializer'.
_$setFriendCurrencyMaxDebtSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:741:3: Error: Getter not found: '_$confirmPaymentFeesSerializer'.
_$confirmPaymentFeesSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:740:3: Error: Getter not found: '_$paymentCommitSerializer'.
_$paymentCommitSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:739:3: Error: Getter not found: '_$verifyCommitStatusSerializer'.
_$verifyCommitStatusSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:738:3: Error: Getter not found: '_$responseVerifyCommitSerializer'.
_$responseVerifyCommitSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:737:3: Error: Getter not found: '_$requestVerifyCommitSerializer'.
_$requestVerifyCommitSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:736:3: Error: Getter not found: '_$paymentDoneSerializer'.
_$paymentDoneSerializer,
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:735:3: Error: Getter not found: '_$paymentDoneStatusSerializer'.
_$paymentDoneStatusSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:734:3: Error: Getter not found: '_$paymentFeesSerializer'.
_$paymentFeesSerializer,
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:733:3: Error: Getter not found: '_$paymentFeesResponseSerializer'.
_$paymentFeesResponseSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:732:3: Error: Getter not found: '_$initPaymentSerializer'.
_$initPaymentSerializer,
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:731:3: Error: Getter not found: '_$setFriendNameSerializer'.
_$setFriendNameSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:730:3: Error: Getter not found: '_$setFriendRelaysSerializer'.
_$setFriendRelaysSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:729:3: Error: Getter not found: '_$addFriendSerializer'.
_$addFriendSerializer,
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:728:3: Error: Getter not found: '_$closeFriendCurrencySerializer'.
_$closeFriendCurrencySerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:727:3: Error: Getter not found: '_$openFriendCurrencySerializer'.
_$openFriendCurrencySerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:726:3: Error: Getter not found: '_$commitSerializer'.
_$commitSerializer,
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:725:3: Error: Getter not found: '_$relayAddressSerializer'.
_$relayAddressSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:724:3: Error: Getter not found: '_$namedRelayAddressSerializer'.
_$namedRelayAddressSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:723:3: Error: Getter not found: '_$namedIndexServerAddressSerializer'.
_$namedIndexServerAddressSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:722:3: Error: Getter not found: '_$receiptSerializer'.
_$receiptSerializer,
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:721:3: Error: Getter not found: '_$rateSerializer'.
_$rateSerializer,
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:720:3: Error: Getter not found: '_$appPermissionsSerializer'.
_$appPermissionsSerializer,
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:16:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NodeOpen'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NodeOpen implements Built<NodeOpen, NodeOpenBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/state/state.dart:36:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NodeState'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NodeState implements Built<NodeState, NodeStateBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/state/state.dart:71:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'AppState'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class AppState implements Built<AppState, AppStateBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:15:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NodeInfoLocal'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NodeInfoLocal
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:26:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NodeInfoRemote'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NodeInfoRemote
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:56:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NodeStatus'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NodeStatus implements Built<NodeStatus, NodeStatusBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:67:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CreateNodeLocal'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CreateNodeLocal
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:79:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CreateNodeRemote'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CreateNodeRemote
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:115:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NodeOpened'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NodeOpened implements Built<NodeOpened, NodeOpenedBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/protocol.dart:161:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'UserToServerAck'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class UserToServerAck
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:11:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'AppPermissions'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class AppPermissions
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:26:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'Rate'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class Rate implements Built<Rate, RateBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:36:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'Receipt'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class Receipt implements Built<Receipt, ReceiptBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:53:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NamedIndexServerAddress'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NamedIndexServerAddress
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:68:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'NamedRelayAddress'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class NamedRelayAddress
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:82:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'RelayAddress'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class RelayAddress
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:94:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'Commit'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class Commit implements Built<Commit, CommitBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:110:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'OpenFriendCurrency'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class OpenFriendCurrency
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:124:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CloseFriendCurrency'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CloseFriendCurrency
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:138:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'AddFriend'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class AddFriend implements Built<AddFriend, AddFriendBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:149:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'SetFriendRelays'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class SetFriendRelays
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:162:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'SetFriendName'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class SetFriendName
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:174:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'InitPayment'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class InitPayment implements Built<InitPayment, InitPaymentBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:199:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'PaymentFees'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class PaymentFees implements Built<PaymentFees, PaymentFeesBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:220:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'PaymentDone'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class PaymentDone implements Built<PaymentDone, PaymentDoneBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:231:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'RequestVerifyCommit'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class RequestVerifyCommit
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:245:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ResponseVerifyCommit'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ResponseVerifyCommit
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:268:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'PaymentCommit'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class PaymentCommit
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:280:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ConfirmPaymentFees'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ConfirmPaymentFees
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:294:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'SetFriendCurrencyMaxDebt'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class SetFriendCurrencyMaxDebt
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:310:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'RemoveFriendCurrency'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class RemoveFriendCurrency
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:324:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ResetFriendChannel'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ResetFriendChannel
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:338:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'SetFriendCurrencyRate'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class SetFriendCurrencyRate
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:353:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'AddInvoice'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class AddInvoice implements Built<AddInvoice, AddInvoiceBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:374:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ConfigReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ConfigReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:396:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ResetTermsReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ResetTermsReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:409:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ChannelInconsistentReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ChannelInconsistentReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:427:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CurrencyReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CurrencyReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:441:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'ChannelConsistentReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class ChannelConsistentReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:476:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'BalanceInfo'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class BalanceInfo implements Built<BalanceInfo, BalanceInfoBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:488:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'McInfo'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class McInfo implements Built<McInfo, McInfoBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:499:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CountersInfo'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CountersInfo
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:511:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'TokenInfo'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class TokenInfo implements Built<TokenInfo, TokenInfoBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:521:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'MoveTokenHashedReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class MoveTokenHashedReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:537:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'FriendReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class FriendReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:556:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'OpenInvoice'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class OpenInvoice implements Built<OpenInvoice, OpenInvoiceBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:587:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'OpenPayment'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class OpenPayment implements Built<OpenPayment, OpenPaymentBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:603:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CompactReport'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CompactReport
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/compact.dart:706:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'UserToCompactAck'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class UserToCompactAck
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/file.dart:20:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'InvoiceFile'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class InvoiceFile implements Built<InvoiceFile, InvoiceFileBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/file.dart:37:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'IndexServerFile'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class IndexServerFile
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/file.dart:50:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'FriendFile'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class FriendFile implements Built<FriendFile, FriendFileBuilder> {
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/protocol/file.dart:60:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'RemoteCardFile'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class RemoteCardFile
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/state/views/settings.dart:39:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'CardSettingsView'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class CardSettingsView
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/state/views/settings.dart:92:16: Error: Type argument 'invalid-type' doesn't conform to the bound 'Builder<V, B>' of the type variable 'B' on 'Built' in the supertype 'Built' of class 'FriendSettingsView'.
- 'Builder' is from 'package:built_value/built_value.dart' ('../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart').
Try changing type arguments so that they conform to the bounds.
abstract class FriendSettingsView
^
../.pub-cache/hosted/pub.dartlang.org/built_value-7.0.8/lib/built_value.dart:11:45: Context: This is the type variable whose bound isn't conformed to.
abstract class Built<V extends Built<V, B>, B extends Builder<V, B>> {
^
lib/main.dart:39:29: Error: The method 'match' isn't defined for the class 'ViewState'.
- 'ViewState' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return appState.viewState.match(
^^^^^
lib/main.dart:115:42: Error: The method 'match' isn't defined for the class 'ServerToUserAck'.
- 'ServerToUserAck' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final serverToUser = serverToUserAck.match(
^^^^^
lib/state/state.dart:17:49: Error: Getter not found: '_$nodeOpenSerializer'.
static Serializer<NodeOpen> get serializer => _$nodeOpenSerializer;
^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:24:35: Error: 'NodeOpenBuilder' isn't a type.
factory NodeOpen([void Function(NodeOpenBuilder) updates]) = _$NodeOpen;
^^^^^^^^^^^^^^^
lib/state/state.dart:30:7: Error: Getter not found: '_$nodeStateInnerSerializer'.
_$nodeStateInnerSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:32:29: Error: Superclass has no constructor named 'Object.closed'.
NodeStateInner.closed() : super.closed();
^^^^^
lib/state/state.dart:33:44: Error: Superclass has no constructor named 'Object.open'.
NodeStateInner.open(NodeOpen nodeOpen) : super.open(nodeOpen);
^^^^^
lib/state/state.dart:37:50: Error: Getter not found: '_$nodeStateSerializer'.
static Serializer<NodeState> get serializer => _$nodeStateSerializer;
^^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:44:36: Error: 'NodeStateBuilder' isn't a type.
factory NodeState([void Function(NodeStateBuilder) updates]) = _$NodeState;
^^^^^^^^^^^^^^^^
lib/state/state.dart:50:7: Error: Getter not found: '_$optPendingRequestSerializer'.
_$optPendingRequestSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:52:48: Error: Superclass has no constructor named 'Object.some'.
OptPendingRequest.some(Uid pendingRequest) : super.some(pendingRequest);
^^^^^
lib/state/state.dart:53:30: Error: Superclass has no constructor named 'Object.none'.
OptPendingRequest.none() : super.none();
^^^^^
lib/state/state.dart:58:50: Error: Getter not found: '_$viewStateSerializer'.
static Serializer<ViewState> get serializer => _$viewStateSerializer;
^^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:60:34: Error: Superclass has no constructor named 'Object.view'.
ViewState.view(AppView view) : super.view(view);
^^^^^
lib/state/state.dart:66:9: Error: Superclass has no constructor named 'Object.transition'.
: super.transition(oldView, newView, nextRequests, optPendingRequest);
^^^^^
lib/state/state.dart:72:49: Error: Getter not found: '_$appStateSerializer'.
static Serializer<AppState> get serializer => _$appStateSerializer;
^^^^^^^^^^^^^^^^^^^^
lib/state/state.dart:78:35: Error: 'AppStateBuilder' isn't a type.
factory AppState([void Function(AppStateBuilder) updates]) = _$AppState;
^^^^^^^^^^^^^^^
lib/logic/types.dart:14:49: Error: Getter not found: '_$appEventSerializer'.
static Serializer<AppEvent> get serializer => _$appEventSerializer;
^^^^^^^^^^^^^^^^^^^^
lib/logic/types.dart:17:42: Error: Superclass has no constructor named 'Object.sharedFile'.
AppEvent.sharedFile(String filePath) : super.sharedFile(filePath);
^^^^^
lib/logic/types.dart:19:42: Error: Superclass has no constructor named 'Object.action'.
AppEvent.action(AppAction appAction) : super.action(appAction);
^^^^^
lib/logic/types.dart:22:9: Error: Superclass has no constructor named 'Object.serverToUserAck'.
: super.serverToUserAck(serverToUserAck);
^^^^^
lib/logic/logic.dart:13:19: Error: The method 'match' isn't defined for the class 'AppEvent'.
- 'AppEvent' is from 'package:offset/logic/types.dart' ('lib/logic/types.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return appEvent.match(
^^^^^
lib/protocol/protocol.dart:17:54: Error: Getter not found: '_$nodeInfoLocalSerializer'.
static Serializer<NodeInfoLocal> get serializer => _$nodeInfoLocalSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:22:40: Error: 'NodeInfoLocalBuilder' isn't a type.
factory NodeInfoLocal([void Function(NodeInfoLocalBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:29:7: Error: Getter not found: '_$nodeInfoRemoteSerializer'.
_$nodeInfoRemoteSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:36:41: Error: 'NodeInfoRemoteBuilder' isn't a type.
factory NodeInfoRemote([void Function(NodeInfoRemoteBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:42:49: Error: Getter not found: '_$nodeInfoSerializer'.
static Serializer<NodeInfo> get serializer => _$nodeInfoSerializer;
^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:44:49: Error: Superclass has no constructor named 'Object.local'.
NodeInfo.local(NodeInfoLocal nodeInfoLocal) : super.local(nodeInfoLocal);
^^^^^
lib/protocol/protocol.dart:45:52: Error: Superclass has no constructor named 'Object.remote'.
NodeInfo.remote(NodeInfoRemote nodeInfoRemote) : super.remote(nodeInfoRemote);
^^^^^
lib/protocol/protocol.dart:50:49: Error: Getter not found: '_$nodeModeSerializer'.
static Serializer<NodeMode> get serializer => _$nodeModeSerializer;
^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:52:34: Error: Superclass has no constructor named 'Object.open'.
NodeMode.open(NodeId nodeId) : super.open(nodeId);
^^^^^
lib/protocol/protocol.dart:53:23: Error: Superclass has no constructor named 'Object.closed'.
NodeMode.closed() : super.closed();
^^^^^
lib/protocol/protocol.dart:57:51: Error: Getter not found: '_$nodeStatusSerializer'.
static Serializer<NodeStatus> get serializer => _$nodeStatusSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:64:37: Error: 'NodeStatusBuilder' isn't a type.
factory NodeStatus([void Function(NodeStatusBuilder) updates]) = _$NodeStatus;
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:70:7: Error: Getter not found: '_$createNodeLocalSerializer'.
_$createNodeLocalSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:75:42: Error: 'CreateNodeLocalBuilder' isn't a type.
factory CreateNodeLocal([void Function(CreateNodeLocalBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:82:7: Error: Getter not found: '_$createNodeRemoteSerializer'.
_$createNodeRemoteSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:90:43: Error: 'CreateNodeRemoteBuilder' isn't a type.
factory CreateNodeRemote([void Function(CreateNodeRemoteBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:97:7: Error: Getter not found: '_$responseOpenNodeSerializer'.
_$responseOpenNodeSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:101:9: Error: Superclass has no constructor named 'Object.success'.
: super.success(nodeName, nodeId, appPermissions, compactReport);
^^^^^
lib/protocol/protocol.dart:102:49: Error: Superclass has no constructor named 'Object.failure'.
ResponseOpenNode.failure(NodeName nodeName) : super.failure(nodeName);
^^^^^
lib/protocol/protocol.dart:107:51: Error: Getter not found: '_$createNodeSerializer'.
static Serializer<CreateNode> get serializer => _$createNodeSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:110:9: Error: Superclass has no constructor named 'Object.createNodeLocal'.
: super.createNodeLocal(createNodeLocal);
^^^^^
lib/protocol/protocol.dart:112:9: Error: Superclass has no constructor named 'Object.createNodeRemote'.
: super.createNodeRemote(createNodeRemote);
^^^^^
lib/protocol/protocol.dart:116:51: Error: Getter not found: '_$nodeOpenedSerializer'.
static Serializer<NodeOpened> get serializer => _$nodeOpenedSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:124:37: Error: 'NodeOpenedBuilder' isn't a type.
factory NodeOpened([void Function(NodeOpenedBuilder) updates]) = _$NodeOpened;
^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:129:53: Error: Getter not found: '_$serverToUserSerializer'.
static Serializer<ServerToUser> get serializer => _$serverToUserSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:131:52: Error: Superclass has no constructor named 'Object.nodeOpened'.
ServerToUser.nodeOpened(NodeOpened nodeOpened) : super.nodeOpened(nodeOpened);
^^^^^
lib/protocol/protocol.dart:133:9: Error: Superclass has no constructor named 'Object.nodesStatus'.
: super.nodesStatus(nodesStatus);
^^^^^
lib/protocol/protocol.dart:135:9: Error: Superclass has no constructor named 'Object.node'.
: super.node(nodeId, compactToUser);
^^^^^
lib/protocol/protocol.dart:141:7: Error: Getter not found: '_$serverToUserAckSerializer'.
_$serverToUserAckSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:144:9: Error: Superclass has no constructor named 'Object.serverToUser'.
: super.serverToUser(serverToUser);
^^^^^
lib/protocol/protocol.dart:145:34: Error: Superclass has no constructor named 'Object.ack'.
ServerToUserAck.ack(Uid uid) : super.ack(uid);
^^^^^
lib/protocol/protocol.dart:150:53: Error: Getter not found: '_$userToServerSerializer'.
static Serializer<UserToServer> get serializer => _$userToServerSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:152:52: Error: Superclass has no constructor named 'Object.createNode'.
UserToServer.createNode(CreateNode createNode) : super.createNode(createNode);
^^^^^
lib/protocol/protocol.dart:153:48: Error: Superclass has no constructor named 'Object.removeNode'.
UserToServer.removeNode(NodeName nodeName) : super.removeNode(nodeName);
^^^^^
lib/protocol/protocol.dart:155:48: Error: Superclass has no constructor named 'Object.enableNode'.
UserToServer.enableNode(NodeName nodeName) : super.enableNode(nodeName);
^^^^^
lib/protocol/protocol.dart:156:49: Error: Superclass has no constructor named 'Object.disableNode'.
UserToServer.disableNode(NodeName nodeName) : super.disableNode(nodeName);
^^^^^
lib/protocol/protocol.dart:158:9: Error: Superclass has no constructor named 'Object.node'.
: super.node(nodeId, userToCompact);
^^^^^
lib/protocol/protocol.dart:164:7: Error: Getter not found: '_$userToServerAckSerializer'.
_$userToServerAckSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/protocol.dart:170:42: Error: 'UserToServerAckBuilder' isn't a type.
factory UserToServerAck([void Function(UserToServerAckBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/actions.dart:28:50: Error: Getter not found: '_$appActionSerializer'.
static Serializer<AppAction> get serializer => _$appActionSerializer;
^^^^^^^^^^^^^^^^^^^^^
lib/actions/actions.dart:30:37: Error: Superclass has no constructor named 'Object.home'.
AppAction.home(HomeAction home) : super.home(home);
^^^^^
lib/actions/actions.dart:31:34: Error: Superclass has no constructor named 'Object.buy'.
AppAction.buy(BuyAction buy) : super.buy(buy);
^^^^^
lib/actions/actions.dart:32:37: Error: Superclass has no constructor named 'Object.sell'.
AppAction.sell(SellAction sell) : super.sell(sell);
^^^^^
lib/actions/actions.dart:34:9: Error: Superclass has no constructor named 'Object.inTransactions'.
: super.inTransactions(inTransactions);
^^^^^
lib/actions/actions.dart:36:9: Error: Superclass has no constructor named 'Object.outTransactions'.
: super.outTransactions(outTransactions);
^^^^^
lib/actions/actions.dart:37:49: Error: Superclass has no constructor named 'Object.balances'.
AppAction.balances(BalancesAction balances) : super.balances(balances);
^^^^^
lib/actions/actions.dart:38:49: Error: Superclass has no constructor named 'Object.settings'.
AppAction.settings(SettingsAction settings) : super.settings(settings);
^^^^^
lib/actions/actions.dart:39:40: Error: Superclass has no constructor named 'Object.about'.
AppAction.about(AboutAction about) : super.about(about);
^^^^^
lib/render/render.dart:37:35: Error: The method 'match' isn't defined for the class 'ViewState'.
- 'ViewState' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final home = appState.viewState.match(
^^^^^
lib/render/render.dart:48:18: Error: The method 'match' isn't defined for the class 'AppView'.
- 'AppView' is from 'package:offset/state/views/views.dart' ('lib/state/views/views.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return appView.match(
^^^^^
lib/protocol/common.dart:10:34: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
PublicKey(String inner) : super(inner);
^
lib/protocol/common.dart:15:35: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
PrivateKey(String inner) : super(inner);
^
lib/protocol/common.dart:20:28: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
Uid(String inner) : super(inner);
^
lib/protocol/common.dart:25:35: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
NetAddress(String inner) : super(inner);
^
lib/protocol/common.dart:30:33: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
NodeName(String inner) : super(inner);
^
lib/protocol/common.dart:35:31: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
NodeId(String inner) : super(inner);
^
lib/protocol/common.dart:40:33: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
Currency(String inner) : super(inner);
^
lib/protocol/common.dart:45:35: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
HashResult(String inner) : super(inner);
^
lib/protocol/common.dart:50:35: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
HashedLock(String inner) : super(inner);
^
lib/protocol/common.dart:55:34: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
InvoiceId(String inner) : super(inner);
^
lib/protocol/common.dart:60:34: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
PaymentId(String inner) : super(inner);
^
lib/protocol/common.dart:65:34: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
PlainLock(String inner) : super(inner);
^
lib/protocol/common.dart:70:34: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
RandValue(String inner) : super(inner);
^
lib/protocol/common.dart:75:34: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
Signature(String inner) : super(inner);
^
lib/protocol/common.dart:80:29: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
U128(BigInt inner) : super(inner);
^
lib/protocol/common.dart:85:29: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
I128(BigInt inner) : super(inner);
^
lib/protocol/common.dart:90:28: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
U64(BigInt inner) : super(inner);
^
lib/protocol/common.dart:95:35: Error: Too many positional arguments: 0 allowed, but 1 found.
Try removing the extra positional arguments.
Generation(BigInt inner) : super(inner);
^
lib/protocol/compact.dart:14:7: Error: Getter not found: '_$appPermissionsSerializer'.
_$appPermissionsSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:22:41: Error: 'AppPermissionsBuilder' isn't a type.
factory AppPermissions([void Function(AppPermissionsBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:27:45: Error: Getter not found: '_$rateSerializer'.
static Serializer<Rate> get serializer => _$rateSerializer;
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:33:31: Error: 'RateBuilder' isn't a type.
factory Rate([void Function(RateBuilder) updates]) = _$Rate;
^^^^^^^^^^^
lib/protocol/compact.dart:37:48: Error: Getter not found: '_$receiptSerializer'.
static Serializer<Receipt> get serializer => _$receiptSerializer;
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:50:34: Error: 'ReceiptBuilder' isn't a type.
factory Receipt([void Function(ReceiptBuilder) updates]) = _$Receipt;
^^^^^^^^^^^^^^
lib/protocol/compact.dart:56:7: Error: Getter not found: '_$namedIndexServerAddressSerializer'.
_$namedIndexServerAddressSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:64:26: Error: 'NamedIndexServerAddressBuilder' isn't a type.
[void Function(NamedIndexServerAddressBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:71:7: Error: Getter not found: '_$namedRelayAddressSerializer'.
_$namedRelayAddressSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:78:44: Error: 'NamedRelayAddressBuilder' isn't a type.
factory NamedRelayAddress([void Function(NamedRelayAddressBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:84:53: Error: Getter not found: '_$relayAddressSerializer'.
static Serializer<RelayAddress> get serializer => _$relayAddressSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:90:39: Error: 'RelayAddressBuilder' isn't a type.
factory RelayAddress([void Function(RelayAddressBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:95:47: Error: Getter not found: '_$commitSerializer'.
static Serializer<Commit> get serializer => _$commitSerializer;
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:107:33: Error: 'CommitBuilder' isn't a type.
factory Commit([void Function(CommitBuilder) updates]) = _$Commit;
^^^^^^^^^^^^^
lib/protocol/compact.dart:113:7: Error: Getter not found: '_$openFriendCurrencySerializer'.
_$openFriendCurrencySerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:120:26: Error: 'OpenFriendCurrencyBuilder' isn't a type.
[void Function(OpenFriendCurrencyBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:127:7: Error: Getter not found: '_$closeFriendCurrencySerializer'.
_$closeFriendCurrencySerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:134:26: Error: 'CloseFriendCurrencyBuilder' isn't a type.
[void Function(CloseFriendCurrencyBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:139:50: Error: Getter not found: '_$addFriendSerializer'.
static Serializer<AddFriend> get serializer => _$addFriendSerializer;
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:146:36: Error: 'AddFriendBuilder' isn't a type.
factory AddFriend([void Function(AddFriendBuilder) updates]) = _$AddFriend;
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:152:7: Error: Getter not found: '_$setFriendRelaysSerializer'.
_$setFriendRelaysSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:158:42: Error: 'SetFriendRelaysBuilder' isn't a type.
factory SetFriendRelays([void Function(SetFriendRelaysBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:164:54: Error: Getter not found: '_$setFriendNameSerializer'.
static Serializer<SetFriendName> get serializer => _$setFriendNameSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:170:40: Error: 'SetFriendNameBuilder' isn't a type.
factory SetFriendName([void Function(SetFriendNameBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:175:52: Error: Getter not found: '_$initPaymentSerializer'.
static Serializer<InitPayment> get serializer => _$initPaymentSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:185:38: Error: 'InitPaymentBuilder' isn't a type.
factory InitPayment([void Function(InitPaymentBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:192:7: Error: Getter not found: '_$paymentFeesResponseSerializer'.
_$paymentFeesResponseSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:194:39: Error: Superclass has no constructor named 'Object.unreachable'.
PaymentFeesResponse.unreachable() : super.unreachable();
^^^^^
lib/protocol/compact.dart:196:9: Error: Superclass has no constructor named 'Object.fees'.
: super.fees(fees, confirmId);
^^^^^
lib/protocol/compact.dart:200:52: Error: Getter not found: '_$paymentFeesSerializer'.
static Serializer<PaymentFees> get serializer => _$paymentFeesSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:206:38: Error: 'PaymentFeesBuilder' isn't a type.
factory PaymentFees([void Function(PaymentFeesBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:213:7: Error: Getter not found: '_$paymentDoneStatusSerializer'.
_$paymentDoneStatusSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:215:43: Error: Superclass has no constructor named 'Object.failure'.
PaymentDoneStatus.failure(Uid ackUid) : super.failure(ackUid);
^^^^^
lib/protocol/compact.dart:217:9: Error: Superclass has no constructor named 'Object.success'.
: super.success(receipt, fees, uid);
^^^^^
lib/protocol/compact.dart:221:52: Error: Getter not found: '_$paymentDoneSerializer'.
static Serializer<PaymentDone> get serializer => _$paymentDoneSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:227:38: Error: 'PaymentDoneBuilder' isn't a type.
factory PaymentDone([void Function(PaymentDoneBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:234:7: Error: Getter not found: '_$requestVerifyCommitSerializer'.
_$requestVerifyCommitSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:241:26: Error: 'RequestVerifyCommitBuilder' isn't a type.
[void Function(RequestVerifyCommitBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:248:7: Error: Getter not found: '_$responseVerifyCommitSerializer'.
_$responseVerifyCommitSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:255:26: Error: 'ResponseVerifyCommitBuilder' isn't a type.
[void Function(ResponseVerifyCommitBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:262:7: Error: Getter not found: '_$verifyCommitStatusSerializer'.
_$verifyCommitStatusSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:264:34: Error: Superclass has no constructor named 'Object.failure'.
VerifyCommitStatus.failure() : super.failure();
^^^^^
lib/protocol/compact.dart:265:34: Error: Superclass has no constructor named 'Object.success'.
VerifyCommitStatus.success() : super.success();
^^^^^
lib/protocol/compact.dart:270:54: Error: Getter not found: '_$paymentCommitSerializer'.
static Serializer<PaymentCommit> get serializer => _$paymentCommitSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:276:40: Error: 'PaymentCommitBuilder' isn't a type.
factory PaymentCommit([void Function(PaymentCommitBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:283:7: Error: Getter not found: '_$confirmPaymentFeesSerializer'.
_$confirmPaymentFeesSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:290:26: Error: 'ConfirmPaymentFeesBuilder' isn't a type.
[void Function(ConfirmPaymentFeesBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:298:7: Error: Getter not found: '_$setFriendCurrencyMaxDebtSerializer'.
_$setFriendCurrencyMaxDebtSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:306:26: Error: 'SetFriendCurrencyMaxDebtBuilder' isn't a type.
[void Function(SetFriendCurrencyMaxDebtBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:313:7: Error: Getter not found: '_$removeFriendCurrencySerializer'.
_$removeFriendCurrencySerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:320:26: Error: 'RemoveFriendCurrencyBuilder' isn't a type.
[void Function(RemoveFriendCurrencyBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:327:7: Error: Getter not found: '_$resetFriendChannelSerializer'.
_$resetFriendChannelSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:334:26: Error: 'ResetFriendChannelBuilder' isn't a type.
[void Function(ResetFriendChannelBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:341:7: Error: Getter not found: '_$setFriendCurrencyRateSerializer'.
_$setFriendCurrencyRateSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:349:26: Error: 'SetFriendCurrencyRateBuilder' isn't a type.
[void Function(SetFriendCurrencyRateBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:354:51: Error: Getter not found: '_$addInvoiceSerializer'.
static Serializer<AddInvoice> get serializer => _$addInvoiceSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:362:37: Error: 'AddInvoiceBuilder' isn't a type.
factory AddInvoice([void Function(AddInvoiceBuilder) updates]) = _$AddInvoice;
^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:368:7: Error: Getter not found: '_$requestStatusReportSerializer'.
_$requestStatusReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:370:32: Error: Superclass has no constructor named 'Object.open'.
RequestStatusReport.open() : super.open();
^^^^^
lib/protocol/compact.dart:371:34: Error: Superclass has no constructor named 'Object.closed'.
RequestStatusReport.closed() : super.closed();
^^^^^
lib/protocol/compact.dart:376:53: Error: Getter not found: '_$configReportSerializer'.
static Serializer<ConfigReport> get serializer => _$configReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:383:39: Error: 'ConfigReportBuilder' isn't a type.
factory ConfigReport([void Function(ConfigReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:390:7: Error: Getter not found: '_$friendLivenessReportSerializer'.
_$friendLivenessReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:392:35: Error: Superclass has no constructor named 'Object.online'.
FriendLivenessReport.online() : super.online();
^^^^^
lib/protocol/compact.dart:393:36: Error: Superclass has no constructor named 'Object.offline'.
FriendLivenessReport.offline() : super.offline();
^^^^^
lib/protocol/compact.dart:399:7: Error: Getter not found: '_$resetTermsReportSerializer'.
_$resetTermsReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:405:43: Error: 'ResetTermsReportBuilder' isn't a type.
factory ResetTermsReport([void Function(ResetTermsReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:413:7: Error: Getter not found: '_$channelInconsistentReportSerializer'.
_$channelInconsistentReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:423:26: Error: 'ChannelInconsistentReportBuilder' isn't a type.
[void Function(ChannelInconsistentReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:430:7: Error: Getter not found: '_$currencyReportSerializer'.
_$currencyReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:437:41: Error: 'CurrencyReportBuilder' isn't a type.
factory CurrencyReport([void Function(CurrencyReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:444:7: Error: Getter not found: '_$channelConsistentReportSerializer'.
_$channelConsistentReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:450:26: Error: 'ChannelConsistentReportBuilder' isn't a type.
[void Function(ChannelConsistentReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:457:7: Error: Getter not found: '_$channelStatusReportSerializer'.
_$channelStatusReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:461:9: Error: Superclass has no constructor named 'Object.inconsistent'.
: super.inconsistent(channelInconsistentReport);
^^^^^
lib/protocol/compact.dart:464:9: Error: Superclass has no constructor named 'Object.consistent'.
: super.consistent(channelConsistentReport);
^^^^^
lib/protocol/compact.dart:470:7: Error: Getter not found: '_$friendStatusReportSerializer'.
_$friendStatusReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:472:34: Error: Superclass has no constructor named 'Object.enabled'.
FriendStatusReport.enabled() : super.enabled();
^^^^^
lib/protocol/compact.dart:473:35: Error: Superclass has no constructor named 'Object.disabled'.
FriendStatusReport.disabled() : super.disabled();
^^^^^
lib/protocol/compact.dart:477:52: Error: Getter not found: '_$balanceInfoSerializer'.
static Serializer<BalanceInfo> get serializer => _$balanceInfoSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:484:38: Error: 'BalanceInfoBuilder' isn't a type.
factory BalanceInfo([void Function(BalanceInfoBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:489:47: Error: Getter not found: '_$mcInfoSerializer'.
static Serializer<McInfo> get serializer => _$mcInfoSerializer;
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:496:33: Error: 'McInfoBuilder' isn't a type.
factory McInfo([void Function(McInfoBuilder) updates]) = _$McInfo;
^^^^^^^^^^^^^
lib/protocol/compact.dart:501:53: Error: Getter not found: '_$countersInfoSerializer'.
static Serializer<CountersInfo> get serializer => _$countersInfoSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:507:39: Error: 'CountersInfoBuilder' isn't a type.
factory CountersInfo([void Function(CountersInfoBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:512:50: Error: Getter not found: '_$tokenInfoSerializer'.
static Serializer<TokenInfo> get serializer => _$tokenInfoSerializer;
^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:518:36: Error: 'TokenInfoBuilder' isn't a type.
factory TokenInfo([void Function(TokenInfoBuilder) updates]) = _$TokenInfo;
^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:524:7: Error: Getter not found: '_$moveTokenHashedReportSerializer'.
_$moveTokenHashedReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:533:26: Error: 'MoveTokenHashedReportBuilder' isn't a type.
[void Function(MoveTokenHashedReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:539:53: Error: Getter not found: '_$friendReportSerializer'.
static Serializer<FriendReport> get serializer => _$friendReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:552:39: Error: 'FriendReportBuilder' isn't a type.
factory FriendReport([void Function(FriendReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:557:52: Error: Getter not found: '_$openInvoiceSerializer'.
static Serializer<OpenInvoice> get serializer => _$openInvoiceSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:566:38: Error: 'OpenInvoiceBuilder' isn't a type.
factory OpenInvoice([void Function(OpenInvoiceBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:573:7: Error: Getter not found: '_$openPaymentStatusSerializer'.
_$openPaymentStatusSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:576:9: Error: Superclass has no constructor named 'Object.searchingRoute'.
: super.searchingRoute(requestRoutesId);
^^^^^
lib/protocol/compact.dart:578:9: Error: Superclass has no constructor named 'Object.foundRoute'.
: super.foundRoute(confirmId, fees);
^^^^^
lib/protocol/compact.dart:579:42: Error: Superclass has no constructor named 'Object.sending'.
OpenPaymentStatus.sending(U128 fees) : super.sending(fees);
^^^^^
lib/protocol/compact.dart:581:9: Error: Superclass has no constructor named 'Object.commit'.
: super.commit(commit, fees);
^^^^^
lib/protocol/compact.dart:583:9: Error: Superclass has no constructor named 'Object.success'.
: super.success(receipt, fees, ackUid);
^^^^^
lib/protocol/compact.dart:584:43: Error: Superclass has no constructor named 'Object.failure'.
OpenPaymentStatus.failure(Uid ackUid) : super.failure(ackUid);
^^^^^
lib/protocol/compact.dart:588:52: Error: Getter not found: '_$openPaymentSerializer'.
static Serializer<OpenPayment> get serializer => _$openPaymentSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:599:38: Error: 'OpenPaymentBuilder' isn't a type.
factory OpenPayment([void Function(OpenPaymentBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:605:54: Error: Getter not found: '_$compactReportSerializer'.
static Serializer<CompactReport> get serializer => _$compactReportSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:617:40: Error: 'CompactReportBuilder' isn't a type.
factory CompactReport([void Function(CompactReportBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:624:7: Error: Getter not found: '_$compactToUserAckSerializer'.
_$compactToUserAckSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:626:38: Error: Superclass has no constructor named 'Object.ack'.
CompactToUserAck.ack(Uid ackUid) : super.ack(ackUid);
^^^^^
lib/protocol/compact.dart:628:9: Error: Superclass has no constructor named 'Object.compactToUser'.
: super.compactToUser(compactToUser);
^^^^^
lib/protocol/compact.dart:633:54: Error: Getter not found: '_$compactToUserSerializer'.
static Serializer<CompactToUser> get serializer => _$compactToUserSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:636:9: Error: Superclass has no constructor named 'Object.paymentFees'.
: super.paymentFees(paymentFees);
^^^^^
lib/protocol/compact.dart:638:9: Error: Superclass has no constructor named 'Object.paymentCommit'.
: super.paymentCommit(paymentCommit);
^^^^^
lib/protocol/compact.dart:640:9: Error: Superclass has no constructor named 'Object.paymentDone'.
: super.paymentDone(paymentDone);
^^^^^
lib/protocol/compact.dart:642:9: Error: Superclass has no constructor named 'Object.report'.
: super.report(compactReport);
^^^^^
lib/protocol/compact.dart:644:9: Error: Superclass has no constructor named 'Object.responseVerifyCommit'.
: super.responseVerifyCommit(responseVerifyCommit);
^^^^^
lib/protocol/compact.dart:649:54: Error: Getter not found: '_$userToCompactSerializer'.
static Serializer<UserToCompact> get serializer => _$userToCompactSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:653:9: Error: Superclass has no constructor named 'Object.addRelay'.
: super.addRelay(namedRelayAddress);
^^^^^
lib/protocol/compact.dart:654:52: Error: Superclass has no constructor named 'Object.removeRelay'.
UserToCompact.removeRelay(PublicKey publicKey) : super.removeRelay(publicKey);
^^^^^
lib/protocol/compact.dart:656:9: Error: Superclass has no constructor named 'Object.addIndexServer'.
: super.addIndexServer(namedIndexServerAddress);
^^^^^
lib/protocol/compact.dart:658:9: Error: Superclass has no constructor named 'Object.removeIndexServer'.
: super.removeIndexServer(publicKey);
^^^^^
lib/protocol/compact.dart:659:50: Error: Superclass has no constructor named 'Object.addFriend'.
UserToCompact.addFriend(AddFriend addFriend) : super.addFriend(addFriend);
^^^^^
lib/protocol/compact.dart:661:9: Error: Superclass has no constructor named 'Object.setFriendRelays'.
: super.setFriendRelays(setFriendRelays);
^^^^^
lib/protocol/compact.dart:663:9: Error: Superclass has no constructor named 'Object.setFriendName'.
: super.setFriendName(setFriendName);
^^^^^
lib/protocol/compact.dart:665:9: Error: Superclass has no constructor named 'Object.removeFriend'.
: super.removeFriend(publicKey);
^^^^^
lib/protocol/compact.dart:667:9: Error: Superclass has no constructor named 'Object.enableFriend'.
: super.enableFriend(publicKey);
^^^^^
lib/protocol/compact.dart:669:9: Error: Superclass has no constructor named 'Object.disableFriend'.
: super.disableFriend(publicKey);
^^^^^
lib/protocol/compact.dart:671:9: Error: Superclass has no constructor named 'Object.openFriendCurrency'.
: super.openFriendCurrency(openFriendCurrency);
^^^^^
lib/protocol/compact.dart:673:9: Error: Superclass has no constructor named 'Object.closeFriendCurrency'.
: super.closeFriendCurrency(closeFriendCurrency);
^^^^^
lib/protocol/compact.dart:676:9: Error: Superclass has no constructor named 'Object.setFriendCurrencyMaxDebt'.
: super.setFriendCurrencyMaxDebt(setFriendCurrencyMaxDebt);
^^^^^
lib/protocol/compact.dart:679:9: Error: Superclass has no constructor named 'Object.setFriendCurrencyRate'.
: super.setFriendCurrencyRate(setFriendCurrencyRate);
^^^^^
lib/protocol/compact.dart:681:9: Error: Superclass has no constructor named 'Object.removeFriendCurrency'.
: super.removeFriendCurrency(removeFriendCurrency);
^^^^^
lib/protocol/compact.dart:683:9: Error: Superclass has no constructor named 'Object.resetFriendChannel'.
: super.resetFriendChannel(resetFriendChannel);
^^^^^
lib/protocol/compact.dart:687:9: Error: Superclass has no constructor named 'Object.initPayment'.
: super.initPayment(initPayment);
^^^^^
lib/protocol/compact.dart:689:9: Error: Superclass has no constructor named 'Object.confirmPaymentFees'.
: super.confirmPaymentFees(confirmPaymentFees);
^^^^^
lib/protocol/compact.dart:691:9: Error: Superclass has no constructor named 'Object.cancelPayment'.
: super.cancelPayment(paymentId);
^^^^^
lib/protocol/compact.dart:693:9: Error: Superclass has no constructor named 'Object.ackPaymentDone'.
: super.ackPaymentDone(paymentId, ackUid);
^^^^^
lib/protocol/compact.dart:697:9: Error: Superclass has no constructor named 'Object.addInvoice'.
: super.addInvoice(addInvoice);
^^^^^
lib/protocol/compact.dart:699:9: Error: Superclass has no constructor named 'Object.cancelInvoice'.
: super.cancelInvoice(invoiceId);
^^^^^
lib/protocol/compact.dart:701:9: Error: Superclass has no constructor named 'Object.requestVerifyCommit'.
: super.requestVerifyCommit(requestVerifyCommit);
^^^^^
lib/protocol/compact.dart:703:9: Error: Superclass has no constructor named 'Object.commitInvoice'.
: super.commitInvoice(invoiceId);
^^^^^
lib/protocol/compact.dart:709:7: Error: Getter not found: '_$userToCompactAckSerializer'.
_$userToCompactAckSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/compact.dart:715:43: Error: 'UserToCompactAckBuilder' isn't a type.
factory UserToCompactAck([void Function(UserToCompactAckBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/views.dart:25:48: Error: Getter not found: '_$appViewSerializer'.
static Serializer<AppView> get serializer => _$appViewSerializer;
^^^^^^^^^^^^^^^^^^^
lib/state/views/views.dart:27:20: Error: Superclass has no constructor named 'Object.home'.
AppView.home() : super.home();
^^^^^
lib/state/views/views.dart:28:30: Error: Superclass has no constructor named 'Object.buy'.
AppView.buy(BuyView buy) : super.buy(buy);
^^^^^
lib/state/views/views.dart:29:33: Error: Superclass has no constructor named 'Object.sell'.
AppView.sell(SellView sell) : super.sell(sell);
^^^^^
lib/state/views/views.dart:31:9: Error: Superclass has no constructor named 'Object.inTransactions'.
: super.inTransactions(inTransactions);
^^^^^
lib/state/views/views.dart:33:9: Error: Superclass has no constructor named 'Object.outTransactions'.
: super.outTransactions(outTransactions);
^^^^^
lib/state/views/views.dart:34:45: Error: Superclass has no constructor named 'Object.balances'.
AppView.balances(BalancesView balances) : super.balances(balances);
^^^^^
lib/state/views/views.dart:35:45: Error: Superclass has no constructor named 'Object.settings'.
AppView.settings(SettingsView settings) : super.settings(settings);
^^^^^
lib/state/views/views.dart:36:21: Error: Superclass has no constructor named 'Object.about'.
AppView.about() : super.about();
^^^^^
lib/logic/handle_shared_file.dart:22:8: Error: The method 'match' isn't defined for the class 'ViewState'.
- 'ViewState' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(view: (appView) => true, transition: (_a, _b, _c, _d) => false);
^^^^^
lib/logic/handle_action.dart:21:38: Error: The method 'match' isn't defined for the class 'ViewState'.
- 'ViewState' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final appView = appState.viewState.match(
^^^^^
lib/logic/handle_action.dart:53:20: Error: The method 'match' isn't defined for the class 'AppAction'.
- 'AppAction' is from 'package:offset/actions/actions.dart' ('lib/actions/actions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return appAction.match(home: (homeAction) {
^^^^^
lib/logic/handle_action.dart:126:21: Error: The method 'match' isn't defined for the class 'HomeAction'.
- 'HomeAction' is from 'package:offset/actions/home.dart' ('lib/actions/home.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return homeAction.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:13:37: Error: The method 'match' isn't defined for the class 'ServerToUserAck'.
- 'ServerToUserAck' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final appState1 = serverToUserAck.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:36:23: Error: The method 'match' isn't defined for the class 'ServerToUser'.
- 'ServerToUser' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return serverToUser.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:44:29: Error: The method 'match' isn't defined for the class 'ViewState'.
- 'ViewState' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return appState.viewState.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:96:40: Error: The method 'match' isn't defined for the class 'NodeMode'.
- 'NodeMode' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final newInner = nodeStatus.mode.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:114:40: Error: The method 'match' isn't defined for the class 'NodeMode'.
- 'NodeMode' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final newInner = nodeStatus.mode.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:115:46: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
open: (nodeId) => oldNodeState.inner.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:153:24: Error: The method 'match' isn't defined for the class 'CompactToUser'.
- 'CompactToUser' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return compactToUser.match(
^^^^^
lib/logic/handle_server_to_user_ack.dart:173:33: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
numFound += nodeState.inner.match(
^^^^^
lib/protocol/file.dart:21:52: Error: Getter not found: '_$invoiceFileSerializer'.
static Serializer<InvoiceFile> get serializer => _$invoiceFileSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:30:38: Error: 'InvoiceFileBuilder' isn't a type.
factory InvoiceFile([void Function(InvoiceFileBuilder) updates]) =
^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:40:7: Error: Getter not found: '_$indexServerFileSerializer'.
_$indexServerFileSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:46:42: Error: 'IndexServerFileBuilder' isn't a type.
factory IndexServerFile([void Function(IndexServerFileBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:51:51: Error: Getter not found: '_$friendFileSerializer'.
static Serializer<FriendFile> get serializer => _$friendFileSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:57:37: Error: 'FriendFileBuilder' isn't a type.
factory FriendFile([void Function(FriendFileBuilder) updates]) = _$FriendFile;
^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:63:7: Error: Getter not found: '_$remoteCardFileSerializer'.
_$remoteCardFileSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/protocol/file.dart:70:41: Error: 'RemoteCardFileBuilder' isn't a type.
factory RemoteCardFile([void Function(RemoteCardFileBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^
lib/actions/buy.dart:13:50: Error: Getter not found: '_$buyActionSerializer'.
static Serializer<BuyAction> get serializer => _$buyActionSerializer;
^^^^^^^^^^^^^^^^^^^^^
lib/actions/buy.dart:15:22: Error: Superclass has no constructor named 'Object.back'.
BuyAction.back() : super.back();
^^^^^
lib/actions/buy.dart:17:9: Error: Superclass has no constructor named 'Object.loadInvoice'.
: super.loadInvoice(invoiceFile);
^^^^^
lib/actions/buy.dart:19:29: Error: Superclass has no constructor named 'Object.confirmInfo'.
BuyAction.confirmInfo() : super.confirmInfo();
^^^^^
lib/actions/buy.dart:21:45: Error: Superclass has no constructor named 'Object.selectCard'.
BuyAction.selectCard(NodeName nodeName) : super.selectCard(nodeName);
^^^^^
lib/actions/home.dart:10:51: Error: Getter not found: '_$homeActionSerializer'.
static Serializer<HomeAction> get serializer => _$homeActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/home.dart:12:28: Error: Superclass has no constructor named 'Object.selectBuy'.
HomeAction.selectBuy() : super.selectBuy();
^^^^^
lib/actions/home.dart:13:29: Error: Superclass has no constructor named 'Object.selectSell'.
HomeAction.selectSell() : super.selectSell();
^^^^^
lib/actions/home.dart:14:39: Error: Superclass has no constructor named 'Object.selectInTransactions'.
HomeAction.selectInTransactions() : super.selectInTransactions();
^^^^^
lib/actions/home.dart:15:40: Error: Superclass has no constructor named 'Object.selectOutTransactions'.
HomeAction.selectOutTransactions() : super.selectOutTransactions();
^^^^^
lib/actions/home.dart:16:33: Error: Superclass has no constructor named 'Object.selectBalances'.
HomeAction.selectBalances() : super.selectBalances();
^^^^^
lib/actions/home.dart:17:33: Error: Superclass has no constructor named 'Object.selectSettings'.
HomeAction.selectSettings() : super.selectSettings();
^^^^^
lib/actions/home.dart:18:30: Error: Superclass has no constructor named 'Object.selectAbout'.
HomeAction.selectAbout() : super.selectAbout();
^^^^^
lib/actions/out_transactions.dart:13:7: Error: Getter not found: '_$outTransactionsActionSerializer'.
_$outTransactionsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/out_transactions.dart:15:34: Error: Superclass has no constructor named 'Object.back'.
OutTransactionsAction.back() : super.back();
^^^^^
lib/actions/out_transactions.dart:17:9: Error: Superclass has no constructor named 'Object.selectPayment'.
: super.selectPayment(nodeName, paymentId);
^^^^^
lib/actions/out_transactions.dart:20:9: Error: Superclass has no constructor named 'Object.confirmFees'.
: super.confirmFees(nodeName, paymentId);
^^^^^
lib/actions/out_transactions.dart:22:9: Error: Superclass has no constructor named 'Object.cancelPayment'.
: super.cancelPayment(nodeName, paymentId);
^^^^^
lib/actions/out_transactions.dart:25:9: Error: Superclass has no constructor named 'Object.discardPayment'.
: super.discardPayment(nodeName, paymentId);
^^^^^
lib/actions/in_transactions.dart:14:7: Error: Getter not found: '_$inTransactionsActionSerializer'.
_$inTransactionsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/in_transactions.dart:16:33: Error: Superclass has no constructor named 'Object.back'.
InTransactionsAction.back() : super.back();
^^^^^
lib/actions/in_transactions.dart:18:9: Error: Superclass has no constructor named 'Object.selectInvoice'.
: super.selectInvoice(nodeName, invoiceId);
^^^^^
lib/actions/in_transactions.dart:20:9: Error: Superclass has no constructor named 'Object.applyCommit'.
: super.applyCommit(nodeName, commit);
^^^^^
lib/actions/in_transactions.dart:26:9: Error: Superclass has no constructor named 'Object.collectInvoice'.
: super.collectInvoice(nodeName, invoiceId);
^^^^^
lib/actions/in_transactions.dart:28:9: Error: Superclass has no constructor named 'Object.cancelInvoice'.
: super.cancelInvoice(nodeName, invoiceId);
^^^^^
lib/actions/sell.dart:12:51: Error: Getter not found: '_$sellActionSerializer'.
static Serializer<SellAction> get serializer => _$sellActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^
lib/actions/sell.dart:14:23: Error: Superclass has no constructor named 'Object.back'.
SellAction.back() : super.back();
^^^^^
lib/actions/sell.dart:15:46: Error: Superclass has no constructor named 'Object.selectCard'.
SellAction.selectCard(NodeName nodeName) : super.selectCard(nodeName);
^^^^^
lib/actions/sell.dart:18:9: Error: Superclass has no constructor named 'Object.createInvoice'.
: super.createInvoice(nodeName, currency, amount, description);
^^^^^
lib/actions/balances.dart:13:7: Error: Getter not found: '_$balancesActionSerializer'.
_$balancesActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/balances.dart:15:27: Error: Superclass has no constructor named 'Object.back'.
BalancesAction.back() : super.back();
^^^^^
lib/actions/balances.dart:16:50: Error: Superclass has no constructor named 'Object.selectCard'.
BalancesAction.selectCard(NodeName nodeName) : super.selectCard(nodeName);
^^^^^
lib/actions/settings.dart:15:7: Error: Getter not found: '_$settingsActionSerializer'.
_$settingsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:17:27: Error: Superclass has no constructor named 'Object.back'.
SettingsAction.back() : super.back();
^^^^^
lib/actions/settings.dart:18:36: Error: Superclass has no constructor named 'Object.selectNewCard'.
SettingsAction.selectNewCard() : super.selectNewCard();
^^^^^
lib/actions/settings.dart:19:51: Error: Superclass has no constructor named 'Object.newCard'.
SettingsAction.newCard(NewCardAction newCard) : super.newCard(newCard);
^^^^^
lib/actions/settings.dart:22:9: Error: Superclass has no constructor named 'Object.cardSettings'.
: super.cardSettings(nodeName, cardSettings);
^^^^^
lib/actions/settings.dart:24:50: Error: Superclass has no constructor named 'Object.selectCard'.
SettingsAction.selectCard(NodeName nodeName) : super.selectCard(nodeName);
^^^^^
lib/actions/settings.dart:28:9: Error: Superclass has no constructor named 'Object.selectCardSharedIndex'.
: super.selectCardSharedIndex(nodeName, indexServerFile);
^^^^^
lib/actions/settings.dart:31:9: Error: Superclass has no constructor named 'Object.selectCardSharedRelay'.
: super.selectCardSharedRelay(nodeName, relayAddress);
^^^^^
lib/actions/settings.dart:34:9: Error: Superclass has no constructor named 'Object.selectCardSharedFriend'.
: super.selectCardSharedFriend(nodeName, friendFile);
^^^^^
lib/actions/settings.dart:39:54: Error: Getter not found: '_$newCardActionSerializer'.
static Serializer<NewCardAction> get serializer => _$newCardActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:41:26: Error: Superclass has no constructor named 'Object.back'.
NewCardAction.back() : super.back();
^^^^^
lib/actions/settings.dart:42:33: Error: Superclass has no constructor named 'Object.selectLocal'.
NewCardAction.selectLocal() : super.selectLocal();
^^^^^
lib/actions/settings.dart:43:34: Error: Superclass has no constructor named 'Object.selectRemote'.
NewCardAction.selectRemote() : super.selectRemote();
^^^^^
lib/actions/settings.dart:44:51: Error: Superclass has no constructor named 'Object.newCardLocal'.
NewCardAction.newCardLocal(NodeName nodeName) : super.newCardLocal(nodeName);
^^^^^
lib/actions/settings.dart:46:9: Error: Superclass has no constructor named 'Object.loadCardRemote'.
: super.loadCardRemote(remoteCardFile);
^^^^^
lib/actions/settings.dart:48:9: Error: Superclass has no constructor named 'Object.newCardRemote'.
: super.newCardRemote(nodeName, remoteCardFile);
^^^^^
lib/actions/settings.dart:54:7: Error: Getter not found: '_$cardSettingsActionSerializer'.
_$cardSettingsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:56:31: Error: Superclass has no constructor named 'Object.back'.
CardSettingsAction.back() : super.back();
^^^^^
lib/actions/settings.dart:57:33: Error: Superclass has no constructor named 'Object.enable'.
CardSettingsAction.enable() : super.enable();
^^^^^
lib/actions/settings.dart:58:34: Error: Superclass has no constructor named 'Object.disable'.
CardSettingsAction.disable() : super.disable();
^^^^^
lib/actions/settings.dart:59:33: Error: Superclass has no constructor named 'Object.remove'.
CardSettingsAction.remove() : super.remove();
^^^^^
lib/actions/settings.dart:61:44: Error: Superclass has no constructor named 'Object.addRandRelayIndex'.
CardSettingsAction.addRandRelayIndex() : super.addRandRelayIndex();
^^^^^
lib/actions/settings.dart:62:40: Error: Superclass has no constructor named 'Object.selectFriends'.
CardSettingsAction.selectFriends() : super.selectFriends();
^^^^^
lib/actions/settings.dart:63:39: Error: Superclass has no constructor named 'Object.selectRelays'.
CardSettingsAction.selectRelays() : super.selectRelays();
^^^^^
lib/actions/settings.dart:64:45: Error: Superclass has no constructor named 'Object.selectIndexServers'.
CardSettingsAction.selectIndexServers() : super.selectIndexServers();
^^^^^
lib/actions/settings.dart:67:9: Error: Superclass has no constructor named 'Object.friendsSettings'.
: super.friendsSettings(friendsSettings);
^^^^^
lib/actions/settings.dart:69:9: Error: Superclass has no constructor named 'Object.relaysSettings'.
: super.relaysSettings(relaysSettings);
^^^^^
lib/actions/settings.dart:72:9: Error: Superclass has no constructor named 'Object.indexServersSettings'.
: super.indexServersSettings(indexServersSettings);
^^^^^
lib/actions/settings.dart:78:7: Error: Getter not found: '_$friendsSettingsActionSerializer'.
_$friendsSettingsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:80:34: Error: Superclass has no constructor named 'Object.back'.
FriendsSettingsAction.back() : super.back();
^^^^^
lib/actions/settings.dart:81:45: Error: Superclass has no constructor named 'Object.selectNewFriend'.
FriendsSettingsAction.selectNewFriend() : super.selectNewFriend();
^^^^^
lib/actions/settings.dart:83:9: Error: Superclass has no constructor named 'Object.newFriend'.
: super.newFriend(newFriend);
^^^^^
lib/actions/settings.dart:85:9: Error: Superclass has no constructor named 'Object.selectFriend'.
: super.selectFriend(friendPublicKey);
^^^^^
lib/actions/settings.dart:88:9: Error: Superclass has no constructor named 'Object.friendSettings'.
: super.friendSettings(friendPublicKey, friendSettings);
^^^^^
lib/actions/settings.dart:89:39: Error: Superclass has no constructor named 'Object.shareInfo'.
FriendsSettingsAction.shareInfo() : super.shareInfo();
^^^^^
lib/actions/settings.dart:95:7: Error: Getter not found: '_$newFriendActionSerializer'.
_$newFriendActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:97:28: Error: Superclass has no constructor named 'Object.back'.
NewFriendAction.back() : super.back();
^^^^^
lib/actions/settings.dart:99:9: Error: Superclass has no constructor named 'Object.loadFriend'.
: super.loadFriend(friendFile);
^^^^^
lib/actions/settings.dart:101:9: Error: Superclass has no constructor named 'Object.addFriend'.
: super.addFriend(friendName, friendFile);
^^^^^
lib/actions/settings.dart:107:7: Error: Getter not found: '_$friendSettingsActionSerializer'.
_$friendSettingsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:109:33: Error: Superclass has no constructor named 'Object.back'.
FriendSettingsAction.back() : super.back();
^^^^^
lib/actions/settings.dart:110:41: Error: Superclass has no constructor named 'Object.enableFriend'.
FriendSettingsAction.enableFriend() : super.enableFriend();
^^^^^
lib/actions/settings.dart:111:42: Error: Superclass has no constructor named 'Object.disableFriend'.
FriendSettingsAction.disableFriend() : super.disableFriend();
^^^^^
lib/actions/settings.dart:112:41: Error: Superclass has no constructor named 'Object.removeFriend'.
FriendSettingsAction.removeFriend() : super.removeFriend();
^^^^^
lib/actions/settings.dart:115:9: Error: Superclass has no constructor named 'Object.removeCurrency'.
: super.removeCurrency(currency);
^^^^^
lib/actions/settings.dart:117:46: Error: Superclass has no constructor named 'Object.selectNewCurrency'.
FriendSettingsAction.selectNewCurrency() : super.selectNewCurrency();
^^^^^
lib/actions/settings.dart:120:9: Error: Superclass has no constructor named 'Object.newCurrency'.
: super.newCurrency(currency, remoteMaxDebt, rate);
^^^^^
lib/actions/settings.dart:123:9: Error: Superclass has no constructor named 'Object.selectCurrency'.
: super.selectCurrency(currency);
^^^^^
lib/actions/settings.dart:125:9: Error: Superclass has no constructor named 'Object.openCurrency'.
: super.openCurrency(currency);
^^^^^
lib/actions/settings.dart:127:9: Error: Superclass has no constructor named 'Object.closeCurrency'.
: super.closeCurrency(currency);
^^^^^
lib/actions/settings.dart:130:9: Error: Superclass has no constructor named 'Object.updateCurrency'.
: super.updateCurrency(currency, remoteMaxDebt, rate);
^^^^^
lib/actions/settings.dart:132:36: Error: Superclass has no constructor named 'Object.resolve'.
FriendSettingsAction.resolve() : super.resolve();
^^^^^
lib/actions/settings.dart:138:7: Error: Getter not found: '_$relaysSettingsActionSerializer'.
_$relaysSettingsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:140:33: Error: Superclass has no constructor named 'Object.back'.
RelaysSettingsAction.back() : super.back();
^^^^^
lib/actions/settings.dart:142:9: Error: Superclass has no constructor named 'Object.removeRelay'.
: super.removeRelay(relayPublicKey);
^^^^^
lib/actions/settings.dart:143:43: Error: Superclass has no constructor named 'Object.selectNewRelay'.
RelaysSettingsAction.selectNewRelay() : super.selectNewRelay();
^^^^^
lib/actions/settings.dart:145:9: Error: Superclass has no constructor named 'Object.loadRelay'.
: super.loadRelay(relayAddress);
^^^^^
lib/actions/settings.dart:147:9: Error: Superclass has no constructor named 'Object.newRelay'.
: super.newRelay(relay);
^^^^^
lib/actions/settings.dart:148:41: Error: Superclass has no constructor named 'Object.newRandRelay'.
RelaysSettingsAction.newRandRelay() : super.newRandRelay();
^^^^^
lib/actions/settings.dart:154:7: Error: Getter not found: '_$indexServersSettingsActionSerializer'.
_$indexServersSettingsActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/settings.dart:156:39: Error: Superclass has no constructor named 'Object.back'.
IndexServersSettingsAction.back() : super.back();
^^^^^
lib/actions/settings.dart:158:9: Error: Superclass has no constructor named 'Object.removeIndex'.
: super.removeIndex(indexPublicKey);
^^^^^
lib/actions/settings.dart:159:49: Error: Superclass has no constructor named 'Object.selectNewIndex'.
IndexServersSettingsAction.selectNewIndex() : super.selectNewIndex();
^^^^^
lib/actions/settings.dart:161:9: Error: Superclass has no constructor named 'Object.loadIndexServer'.
: super.loadIndexServer(indexServerFile);
^^^^^
lib/actions/settings.dart:163:9: Error: Superclass has no constructor named 'Object.newIndex'.
: super.newIndex(indexServer);
^^^^^
lib/actions/settings.dart:164:47: Error: Superclass has no constructor named 'Object.newRandIndex'.
IndexServersSettingsAction.newRandIndex() : super.newRandIndex();
^^^^^
lib/actions/about.dart:10:52: Error: Getter not found: '_$aboutActionSerializer'.
static Serializer<AboutAction> get serializer => _$aboutActionSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/actions/about.dart:12:24: Error: Superclass has no constructor named 'Object.back'.
AboutAction.back() : super.back();
^^^^^
lib/render/home.dart:14:25: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
if (nodeState.inner.isOpen) {
^^^^^^
lib/render/buy.dart:22:18: Error: The method 'match' isn't defined for the class 'BuyView'.
- 'BuyView' is from 'package:offset/state/views/buy.dart' ('lib/state/views/buy.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return buyView.match(
^^^^^
lib/render/buy.dart:84:84: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(invoiceFile.destPayment)} ${invoiceFile.currency.inner}'))),
^^^^^
lib/render/buy.dart:133:39: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
final cardEntry = nodeState.inner.isOpen
^^^^^^
lib/render/buy.dart:135:31: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(nodeName.inner),
^^^^^
lib/render/buy.dart:137:37: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}'),
^^^^^
lib/render/buy.dart:140:31: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(nodeName.inner),
^^^^^
lib/render/buy.dart:142:37: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}'),
^^^^^
lib/render/sell.dart:19:19: Error: The method 'match' isn't defined for the class 'SellView'.
- 'SellView' is from 'package:offset/state/views/sell.dart' ('lib/state/views/sell.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return sellView.match(
^^^^^
lib/render/sell.dart:27:64: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final canCardPay = (nodeName) => nodesStates[nodeName].inner.match(
^^^^^
lib/render/sell.dart:66:19: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(
^^^^^
lib/render/sell.dart:127:53: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${this.widget.nodeName.inner}')),
^^^^^
lib/render/sell.dart:134:47: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(currency.inner),
^^^^^
lib/render/sell.dart:135:53: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
child: Text('${currency.inner}'),
^^^^^
lib/render/in_transactions.dart:29:29: Error: The method 'match' isn't defined for the class 'InTransactionsView'.
- 'InTransactionsView' is from 'package:offset/state/views/in_transactions.dart' ('lib/state/views/in_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return inTransactionsView.match(
^^^^^
lib/render/in_transactions.dart:65:25: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(closed: () => null, open: (nodeOpen) => nodeOpen);
^^^^^
lib/render/in_transactions.dart:88:20: Error: The method 'compareTo' isn't defined for the class 'Generation'.
- 'Generation' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing method, or defining a method named 'compareTo'.
a.generation.compareTo(b.generation),
^^^^^^^^^
lib/render/in_transactions.dart:90:19: Error: The method 'compareTo' isn't defined for the class 'InvoiceId'.
- 'InvoiceId' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing method, or defining a method named 'compareTo'.
a.invoiceId.compareTo(b.invoiceId)
^^^^^^^^^
lib/render/in_transactions.dart:113:42: Error: The getter 'inner' isn't defined for the class 'InvoiceId'.
- 'InvoiceId' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(inTransaction.invoiceId.inner),
^^^^^
lib/render/in_transactions.dart:120:46: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
Text('${inTransaction.nodeName.inner}'),
^^^^^
lib/render/in_transactions.dart:122:95: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(inTransaction.totalDestPayment)} ${inTransaction.currency.inner}',
^^^^^
lib/render/in_transactions.dart:156:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/in_transactions.dart:174:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/in_transactions.dart:178:85: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openInvoice.totalDestPayment)} ${openInvoice.currency.inner}')),
^^^^^
lib/render/in_transactions.dart:237:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/in_transactions.dart:241:85: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openInvoice.totalDestPayment)} ${openInvoice.currency.inner}')),
^^^^^
lib/render/in_transactions.dart:326:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/in_transactions.dart:332:28: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
Text('Card: ${nodeName.inner}'),
^^^^^
lib/render/in_transactions.dart:355:64: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final canCardPay = (nodeName) => nodesStates[nodeName].inner.match(
^^^^^
lib/render/out_transactions.dart:20:30: Error: The method 'match' isn't defined for the class 'OutTransactionsView'.
- 'OutTransactionsView' is from 'package:offset/state/views/out_transactions.dart' ('lib/state/views/out_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return outTransactionsView.match(
^^^^^
lib/render/out_transactions.dart:64:25: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(closed: () => null, open: (nodeOpen) => nodeOpen);
^^^^^
lib/render/out_transactions.dart:87:20: Error: The method 'compareTo' isn't defined for the class 'Generation'.
- 'Generation' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing method, or defining a method named 'compareTo'.
a.generation.compareTo(b.generation),
^^^^^^^^^
lib/render/out_transactions.dart:89:19: Error: The method 'compareTo' isn't defined for the class 'PaymentId'.
- 'PaymentId' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing method, or defining a method named 'compareTo'.
a.paymentId.compareTo(b.paymentId)
^^^^^^^^^
lib/render/out_transactions.dart:111:27: Error: The method 'match' isn't defined for the class 'OpenPaymentStatus'.
- 'OpenPaymentStatus' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
outTransaction.status.match(searchingRoute: (_) {
^^^^^
lib/render/out_transactions.dart:136:43: Error: The getter 'inner' isn't defined for the class 'PaymentId'.
- 'PaymentId' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(outTransaction.paymentId.inner),
^^^^^
lib/render/out_transactions.dart:143:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
Text('${outTransaction.nodeName.inner}'),
^^^^^
lib/render/out_transactions.dart:145:90: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(outTransaction.destPayment)} ${outTransaction.currency.inner}',
^^^^^
lib/render/out_transactions.dart:184:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/out_transactions.dart:253:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/out_transactions.dart:257:80: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openPayment.destPayment)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:295:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/out_transactions.dart:299:80: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openPayment.destPayment)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:305:69: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${amountToString(fees)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:346:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/out_transactions.dart:350:80: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openPayment.destPayment)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:356:69: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${amountToString(fees)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:397:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/out_transactions.dart:401:80: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openPayment.destPayment)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:407:69: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${amountToString(fees)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:453:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/out_transactions.dart:457:80: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openPayment.destPayment)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:463:69: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${amountToString(fees)} ${openPayment.currency.inner}')),
^^^^^
lib/render/out_transactions.dart:507:33: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}')),
^^^^^
lib/render/out_transactions.dart:511:80: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
'${amountToString(openPayment.destPayment)} ${openPayment.currency.inner}')),
^^^^^
lib/render/balances.dart:19:23: Error: The method 'match' isn't defined for the class 'BalancesView'.
- 'BalancesView' is from 'package:offset/state/views/balances.dart' ('lib/state/views/balances.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return balancesView.match(
^^^^^
lib/render/balances.dart:30:66: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
..removeWhere((nodeName) => !nodesStates[nodeName].inner.isOpen),
^^^^^^
lib/render/balances.dart:41:37: Error: The method 'match' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendReport.channelStatus.match(
^^^^^
lib/render/balances.dart:89:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/balances.dart:106:52: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(balanceRows[index].currency.inner),
^^^^^
lib/render/balances.dart:113:61: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
Text('${balanceRows[index].currency.inner}'),
^^^^^
lib/render/balances.dart:126:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings.dart:28:23: Error: The method 'match' isn't defined for the class 'SettingsView'.
- 'SettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return settingsView.match(
^^^^^
lib/render/settings.dart:59:41: Error: The getter 'isLocal' isn't defined for the class 'NodeInfo'.
- 'NodeInfo' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isLocal'.
final trailingIcon = nodeState.info.isLocal
^^^^^^^
lib/render/settings.dart:65:27: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
: nodeState.inner.isOpen
^^^^^^
lib/render/settings.dart:70:25: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(nodeName.inner),
^^^^^
lib/render/settings.dart:71:31: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}'),
^^^^^
lib/render/settings.dart:102:22: Error: The method 'match' isn't defined for the class 'NewCardView'.
- 'NewCardView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return newCardView.match(
^^^^^
lib/render/settings.dart:356:66: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
..removeWhere((nodeName) => !nodesStates[nodeName].inner.isOpen),
^^^^^^
lib/render/settings.dart:373:66: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
..removeWhere((nodeName) => !nodesStates[nodeName].inner.isOpen),
^^^^^^
lib/render/settings.dart:390:66: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
..removeWhere((nodeName) => !nodesStates[nodeName].inner.isOpen),
^^^^^^
lib/state/views/buy.dart:12:48: Error: Getter not found: '_$buyViewSerializer'.
static Serializer<BuyView> get serializer => _$buyViewSerializer;
^^^^^^^^^^^^^^^^^^^
lib/state/views/buy.dart:14:29: Error: Superclass has no constructor named 'Object.invoiceSelect'.
BuyView.invoiceSelect() : super.invoiceSelect();
^^^^^
lib/state/views/buy.dart:15:50: Error: Superclass has no constructor named 'Object.invoiceInfo'.
BuyView.invoiceInfo(InvoiceFile invoiceFile) : super.invoiceInfo(invoiceFile);
^^^^^
lib/state/views/buy.dart:16:49: Error: Superclass has no constructor named 'Object.selectCard'.
BuyView.selectCard(InvoiceFile invoiceFile) : super.selectCard(invoiceFile);
^^^^^
lib/state/views/out_transactions.dart:13:7: Error: Getter not found: '_$outTransactionsViewSerializer'.
_$outTransactionsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/out_transactions.dart:15:32: Error: Superclass has no constructor named 'Object.home'.
OutTransactionsView.home() : super.home();
^^^^^
lib/state/views/out_transactions.dart:17:9: Error: Superclass has no constructor named 'Object.transaction'.
: super.transaction(nodeName, paymentId);
^^^^^
lib/state/views/in_transactions.dart:15:7: Error: Getter not found: '_$inTransactionsViewSerializer'.
_$inTransactionsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/in_transactions.dart:17:31: Error: Superclass has no constructor named 'Object.home'.
InTransactionsView.home() : super.home();
^^^^^
lib/state/views/in_transactions.dart:19:9: Error: Superclass has no constructor named 'Object.transaction'.
: super.transaction(nodeName, invoiceId);
^^^^^
lib/state/views/in_transactions.dart:25:9: Error: Superclass has no constructor named 'Object.collected'.
: super.collected(nodeName, invoiceFile);
^^^^^
lib/state/views/in_transactions.dart:27:9: Error: Superclass has no constructor named 'Object.selectCardApplyCommit'.
: super.selectCardApplyCommit(commit);
^^^^^
lib/state/views/balances.dart:12:53: Error: Getter not found: '_$balancesViewSerializer'.
static Serializer<BalancesView> get serializer => _$balancesViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/balances.dart:14:31: Error: Superclass has no constructor named 'Object.selectCard'.
BalancesView.selectCard() : super.selectCard();
^^^^^
lib/state/views/balances.dart:15:50: Error: Superclass has no constructor named 'Object.cardBalances'.
BalancesView.cardBalances(NodeName nodeName) : super.cardBalances(nodeName);
^^^^^
lib/state/views/sell.dart:12:49: Error: Getter not found: '_$sellViewSerializer'.
static Serializer<SellView> get serializer => _$sellViewSerializer;
^^^^^^^^^^^^^^^^^^^^
lib/state/views/sell.dart:14:27: Error: Superclass has no constructor named 'Object.selectCard'.
SellView.selectCard() : super.selectCard();
^^^^^
lib/state/views/sell.dart:15:48: Error: Superclass has no constructor named 'Object.invoiceDetails'.
SellView.invoiceDetails(NodeName nodeName) : super.invoiceDetails(nodeName);
^^^^^
lib/state/views/settings.dart:14:53: Error: Getter not found: '_$settingsViewSerializer'.
static Serializer<SettingsView> get serializer => _$settingsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:16:25: Error: Superclass has no constructor named 'Object.home'.
SettingsView.home() : super.home();
^^^^^
lib/state/views/settings.dart:18:9: Error: Superclass has no constructor named 'Object.cardSettings'.
: super.cardSettings(cardSettings);
^^^^^
lib/state/views/settings.dart:19:47: Error: Superclass has no constructor named 'Object.newCard'.
SettingsView.newCard(NewCardView newCard) : super.newCard(newCard);
^^^^^
lib/state/views/settings.dart:21:9: Error: Superclass has no constructor named 'Object.selectCardAddRelay'.
: super.selectCardAddRelay(relayAddress);
^^^^^
lib/state/views/settings.dart:23:9: Error: Superclass has no constructor named 'Object.selectCardAddIndex'.
: super.selectCardAddIndex(indexServerFile);
^^^^^
lib/state/views/settings.dart:25:9: Error: Superclass has no constructor named 'Object.selectCardAddFriend'.
: super.selectCardAddFriend(friendFile);
^^^^^
lib/state/views/settings.dart:30:52: Error: Getter not found: '_$newCardViewSerializer'.
static Serializer<NewCardView> get serializer => _$newCardViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:32:26: Error: Superclass has no constructor named 'Object.select'.
NewCardView.select() : super.select();
^^^^^
lib/state/views/settings.dart:33:28: Error: Superclass has no constructor named 'Object.newLocal'.
NewCardView.newLocal() : super.newLocal();
^^^^^
lib/state/views/settings.dart:34:29: Error: Superclass has no constructor named 'Object.newRemote'.
NewCardView.newRemote() : super.newRemote();
^^^^^
lib/state/views/settings.dart:36:9: Error: Superclass has no constructor named 'Object.newRemoteName'.
: super.newRemoteName(remoteCardFile);
^^^^^
lib/state/views/settings.dart:42:7: Error: Getter not found: '_$cardSettingsViewSerializer'.
_$cardSettingsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:48:43: Error: 'CardSettingsViewBuilder' isn't a type.
factory CardSettingsView([void Function(CardSettingsViewBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:55:7: Error: Getter not found: '_$cardSettingsInnerViewSerializer'.
_$cardSettingsInnerViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:57:34: Error: Superclass has no constructor named 'Object.home'.
CardSettingsInnerView.home() : super.home();
^^^^^
lib/state/views/settings.dart:59:9: Error: Superclass has no constructor named 'Object.friends'.
: super.friends(friends);
^^^^^
lib/state/views/settings.dart:61:9: Error: Superclass has no constructor named 'Object.relays'.
: super.relays(relays);
^^^^^
lib/state/views/settings.dart:63:9: Error: Superclass has no constructor named 'Object.indexServers'.
: super.indexServers(indexServers);
^^^^^
lib/state/views/settings.dart:71:7: Error: Getter not found: '_$friendsSettingsViewSerializer'.
_$friendsSettingsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:73:32: Error: Superclass has no constructor named 'Object.home'.
FriendsSettingsView.home() : super.home();
^^^^^
lib/state/views/settings.dart:75:9: Error: Superclass has no constructor named 'Object.friendSettings'.
: super.friendSettings(friendSettings);
^^^^^
lib/state/views/settings.dart:77:9: Error: Superclass has no constructor named 'Object.newFriend'.
: super.newFriend(newFriend);
^^^^^
lib/state/views/settings.dart:79:37: Error: Superclass has no constructor named 'Object.shareInfo'.
FriendsSettingsView.shareInfo() : super.shareInfo();
^^^^^
lib/state/views/settings.dart:84:54: Error: Getter not found: '_$newFriendViewSerializer'.
static Serializer<NewFriendView> get serializer => _$newFriendViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:87:28: Error: Superclass has no constructor named 'Object.select'.
NewFriendView.select() : super.select();
^^^^^
lib/state/views/settings.dart:89:47: Error: Superclass has no constructor named 'Object.name'.
NewFriendView.name(FriendFile friendFile) : super.name(friendFile);
^^^^^
lib/state/views/settings.dart:95:7: Error: Getter not found: '_$friendSettingsViewSerializer'.
_$friendSettingsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:102:26: Error: 'FriendSettingsViewBuilder' isn't a type.
[void Function(FriendSettingsViewBuilder) updates]) =
^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:109:7: Error: Getter not found: '_$friendSettingsInnerViewSerializer'.
_$friendSettingsInnerViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:111:36: Error: Superclass has no constructor named 'Object.home'.
FriendSettingsInnerView.home() : super.home();
^^^^^
lib/state/views/settings.dart:114:9: Error: Superclass has no constructor named 'Object.currencySettings'.
: super.currencySettings(currency);
^^^^^
lib/state/views/settings.dart:115:43: Error: Superclass has no constructor named 'Object.newCurrency'.
FriendSettingsInnerView.newCurrency() : super.newCurrency();
^^^^^
lib/state/views/settings.dart:123:7: Error: Getter not found: '_$relaysSettingsViewSerializer'.
_$relaysSettingsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:125:31: Error: Superclass has no constructor named 'Object.home'.
RelaysSettingsView.home() : super.home();
^^^^^
lib/state/views/settings.dart:126:41: Error: Superclass has no constructor named 'Object.newRelaySelect'.
RelaysSettingsView.newRelaySelect() : super.newRelaySelect();
^^^^^
lib/state/views/settings.dart:128:9: Error: Superclass has no constructor named 'Object.newRelayName'.
: super.newRelayName(relayAddress);
^^^^^
lib/state/views/settings.dart:136:7: Error: Getter not found: '_$indexServersSettingsViewSerializer'.
_$indexServersSettingsViewSerializer;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/state/views/settings.dart:138:37: Error: Superclass has no constructor named 'Object.home'.
IndexServersSettingsView.home() : super.home();
^^^^^
lib/state/views/settings.dart:139:47: Error: Superclass has no constructor named 'Object.newIndexSelect'.
IndexServersSettingsView.newIndexSelect() : super.newIndexSelect();
^^^^^
lib/state/views/settings.dart:141:9: Error: Superclass has no constructor named 'Object.newIndexName'.
: super.newIndexName(indexServerFile);
^^^^^
lib/logic/handle_buy_action.dart:21:8: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(closed: () => null, open: (nodeOpen) => nodeOpen.nodeId);
^^^^^
lib/logic/handle_buy_action.dart:33:20: Error: The method 'match' isn't defined for the class 'BuyAction'.
- 'BuyAction' is from 'package:offset/actions/buy.dart' ('lib/actions/buy.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return buyAction.match(
^^^^^
lib/logic/handle_buy_action.dart:38:37: Error: The method 'match' isn't defined for the class 'BuyView'.
- 'BuyView' is from 'package:offset/state/views/buy.dart' ('lib/state/views/buy.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final invoiceFile = buyView.match(
^^^^^
lib/logic/handle_buy_action.dart:71:31: Error: The method 'match' isn't defined for the class 'BuyView'.
- 'BuyView' is from 'package:offset/state/views/buy.dart' ('lib/state/views/buy.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final invoiceFile = buyView.match(
^^^^^
lib/logic/handle_sell_action.dart:23:21: Error: The method 'match' isn't defined for the class 'SellAction'.
- 'SellAction' is from 'package:offset/actions/sell.dart' ('lib/actions/sell.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return sellAction.match(
^^^^^
lib/logic/handle_sell_action.dart:52:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/handle_out_trans_action.dart:20:8: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(closed: () => null, open: (nodeOpen) => nodeOpen.nodeId);
^^^^^
lib/logic/handle_out_trans_action.dart:28:32: Error: The method 'match' isn't defined for the class 'OutTransactionsAction'.
- 'OutTransactionsAction' is from 'package:offset/actions/out_transactions.dart' ('lib/actions/out_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return outTransactionsAction.match(
^^^^^
lib/logic/handle_out_trans_action.dart:45:30: Error: The method 'match' isn't defined for the class 'OutTransactionsView'.
- 'OutTransactionsView' is from 'package:offset/state/views/out_transactions.dart' ('lib/state/views/out_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return outTransactionsView.match(
^^^^^
lib/logic/handle_out_trans_action.dart:87:36: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final newState = nodeState.inner.match(closed: () {
^^^^^
lib/logic/handle_out_trans_action.dart:201:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/handle_in_trans_action.dart:24:31: Error: The method 'match' isn't defined for the class 'InTransactionsAction'.
- 'InTransactionsAction' is from 'package:offset/actions/in_transactions.dart' ('lib/actions/in_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return inTransactionsAction.match(
^^^^^
lib/logic/handle_in_trans_action.dart:26:35: Error: The method 'match' isn't defined for the class 'InTransactionsView'.
- 'InTransactionsView' is from 'package:offset/state/views/in_transactions.dart' ('lib/state/views/in_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return inTransactionsView.match(
^^^^^
lib/logic/handle_in_trans_action.dart:62:8: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(open: (nodeOpen) => nodeOpen.nodeId, closed: () => null);
^^^^^
lib/logic/handle_in_trans_action.dart:115:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/handle_in_trans_action.dart:172:8: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(open: (nodeOpen) => nodeOpen.nodeId, closed: () => null);
^^^^^
lib/logic/handle_balances_action.dart:13:25: Error: The method 'match' isn't defined for the class 'BalancesAction'.
- 'BalancesAction' is from 'package:offset/actions/balances.dart' ('lib/actions/balances.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return balancesAction.match(
^^^^^
lib/logic/handle_balances_action.dart:14:32: Error: The method 'match' isn't defined for the class 'BalancesView'.
- 'BalancesView' is from 'package:offset/state/views/balances.dart' ('lib/state/views/balances.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
back: () => balancesView.match(
^^^^^
lib/logic/handle_settings_action.dart:24:25: Error: The method 'match' isn't defined for the class 'SettingsAction'.
- 'SettingsAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return settingsAction.match(
^^^^^
lib/logic/handle_settings_action.dart:29:42: Error: The method 'match' isn't defined for the class 'SettingsView'.
- 'SettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final newCardView = settingsView.match(
^^^^^
lib/logic/handle_settings_action.dart:45:47: Error: The method 'match' isn't defined for the class 'SettingsView'.
- 'SettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final cardSettingsView = settingsView.match(
^^^^^
lib/logic/handle_settings_action.dart:91:24: Error: The method 'match' isn't defined for the class 'NewCardAction'.
- 'NewCardAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return newCardAction.match(
^^^^^
lib/logic/handle_settings_action.dart:92:31: Error: The method 'match' isn't defined for the class 'NewCardView'.
- 'NewCardView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
back: () => newCardView.match(
^^^^^
lib/logic/handle_about_action.dart:13:22: Error: The method 'match' isn't defined for the class 'AboutAction'.
- 'AboutAction' is from 'package:offset/actions/about.dart' ('lib/actions/about.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return aboutAction.match(back: () => createState(AppView.home()));
^^^^^
lib/logic/adjust_view.dart:11:26: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
return nodeState.inner.isOpen;
^^^^^^
lib/logic/adjust_view.dart:24:26: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return nodeState.inner.match(
^^^^^
lib/logic/adjust_view.dart:69:18: Error: The method 'match' isn't defined for the class 'AppView'.
- 'AppView' is from 'package:offset/state/views/views.dart' ('lib/state/views/views.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return appView.match(
^^^^^
lib/logic/adjust_view.dart:87:18: Error: The method 'match' isn't defined for the class 'BuyView'.
- 'BuyView' is from 'package:offset/state/views/buy.dart' ('lib/state/views/buy.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return buyView.match(
^^^^^
lib/logic/adjust_view.dart:95:19: Error: The method 'match' isn't defined for the class 'SellView'.
- 'SellView' is from 'package:offset/state/views/sell.dart' ('lib/state/views/sell.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return sellView.match(
^^^^^
lib/logic/adjust_view.dart:105:30: Error: The method 'match' isn't defined for the class 'OutTransactionsView'.
- 'OutTransactionsView' is from 'package:offset/state/views/out_transactions.dart' ('lib/state/views/out_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return outTransactionsView.match(
^^^^^
lib/logic/adjust_view.dart:134:29: Error: The method 'match' isn't defined for the class 'InTransactionsView'.
- 'InTransactionsView' is from 'package:offset/state/views/in_transactions.dart' ('lib/state/views/in_transactions.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return inTransactionsView.match(
^^^^^
lib/logic/adjust_view.dart:143:23: Error: The method 'match' isn't defined for the class 'BalancesView'.
- 'BalancesView' is from 'package:offset/state/views/balances.dart' ('lib/state/views/balances.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return balancesView.match(
^^^^^
lib/logic/adjust_view.dart:152:14: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/adjust_view.dart:163:23: Error: The method 'match' isn't defined for the class 'SettingsView'.
- 'SettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return settingsView.match(
^^^^^
lib/logic/adjust_view.dart:186:41: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final compactReport = nodeState.inner.match(
^^^^^
lib/logic/adjust_view.dart:195:32: Error: The method 'match' isn't defined for the class 'CardSettingsInnerView'.
- 'CardSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return cardSettingsInnerView.match(
^^^^^
lib/logic/adjust_view.dart:208:26: Error: The method 'match' isn't defined for the class 'FriendsSettingsView'.
- 'FriendsSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendsSettings.match(
^^^^^
lib/logic/adjust_view.dart:229:25: Error: The method 'match' isn't defined for the class 'RelaysSettingsView'.
- 'RelaysSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return relaysSettings.match(
^^^^^
lib/logic/adjust_view.dart:238:31: Error: The method 'match' isn't defined for the class 'IndexServersSettingsView'.
- 'IndexServersSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return indexServersSettings.match(
^^^^^
lib/logic/adjust_view.dart:246:30: Error: The method 'match' isn't defined for the class 'FriendSettingsInnerView'.
- 'FriendSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendSettingsInner.match(
^^^^^
lib/logic/adjust_view.dart:249:43: Error: The method 'match' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendReport.channelStatus.match(
^^^^^
lib/render/utils/amount.dart:17:31: Error: The getter 'inner' isn't defined for the class 'U128'.
- 'U128' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
return bigIntToFixed(amount.inner, ACCURACY);
^^^^^
lib/render/utils/amount.dart:52:32: Error: The getter 'inner' isn't defined for the class 'I128'.
- 'I128' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
return bigIntToFixed(balance.inner, ACCURACY);
^^^^^
lib/render/select_card.dart:12:25: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(nodeName.inner),
^^^^^
lib/render/select_card.dart:13:31: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}'),
^^^^^
lib/render/settings/card.dart:17:33: Error: The method 'match' isn't defined for the class 'CardSettingsInnerView'.
- 'CardSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return cardSettingsView.inner.match(
^^^^^
lib/render/settings/card.dart:46:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/card.dart:53:35: Error: The getter 'isLocal' isn't defined for the class 'NodeInfo'.
- 'NodeInfo' is from 'package:offset/protocol/protocol.dart' ('lib/protocol/protocol.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isLocal'.
final cardType = nodeState.info.isLocal
^^^^^^^
lib/render/settings/card.dart:83:32: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
enabled: nodeState.inner.isOpen,
^^^^^^
lib/render/settings/card.dart:107:32: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
enabled: nodeState.inner.isOpen,
^^^^^^
lib/render/settings/card.dart:115:32: Error: The getter 'isOpen' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOpen'.
enabled: nodeState.inner.isOpen,
^^^^^^
lib/render/settings/card.dart:129:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/card.dart:141:51: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
content: Text('Remove card ${nodeName.inner}?'),
^^^^^
lib/logic/settings/card.dart:29:29: Error: The method 'match' isn't defined for the class 'CardSettingsAction'.
- 'CardSettingsAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return cardSettingsAction.match(
^^^^^
lib/logic/settings/card.dart:47:60: Error: The method 'match' isn't defined for the class 'CardSettingsInnerView'.
- 'CardSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final friendsSettingsView = cardSettingsView.inner.match(
^^^^^
lib/logic/settings/card.dart:63:59: Error: The method 'match' isn't defined for the class 'CardSettingsInnerView'.
- 'CardSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final relaysSettingsView = cardSettingsView.inner.match(
^^^^^
lib/logic/settings/card.dart:79:65: Error: The method 'match' isn't defined for the class 'CardSettingsInnerView'.
- 'CardSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final indexServersSettingsView = cardSettingsView.inner.match(
^^^^^
lib/logic/settings/card.dart:205:8: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(closed: () => null, open: (nodeOpen) => nodeOpen.nodeId);
^^^^^
lib/render/settings/relays.dart:24:29: Error: The method 'match' isn't defined for the class 'RelaysSettingsView'.
- 'RelaysSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return relaysSettingsView.match(
^^^^^
lib/render/settings/relays.dart:34:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/relays.dart:80:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/relays.dart:120:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/friends.dart:30:30: Error: The method 'match' isn't defined for the class 'FriendsSettingsView'.
- 'FriendsSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendsSettingsView.match(
^^^^^
lib/render/settings/friends.dart:34:14: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/friends.dart:63:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/friends.dart:106:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/friends.dart:138:24: Error: The method 'match' isn't defined for the class 'NewFriendView'.
- 'NewFriendView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return newFriendView.match(
^^^^^
lib/render/settings/friends.dart:170:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/friends.dart:276:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/friends.dart:299:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/index_servers.dart:24:35: Error: The method 'match' isn't defined for the class 'IndexServersSettingsView'.
- 'IndexServersSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return indexServersSettingsView.match(
^^^^^
lib/render/settings/index_servers.dart:35:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/index_servers.dart:79:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/index_servers.dart:125:45: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/logic/settings/friends.dart:28:32: Error: The method 'match' isn't defined for the class 'FriendsSettingsAction'.
- 'FriendsSettingsAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendsSettingsAction.match(
^^^^^
lib/logic/settings/friends.dart:29:39: Error: The method 'match' isn't defined for the class 'FriendsSettingsView'.
- 'FriendsSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
back: () => friendsSettingsView.match(
^^^^^
lib/logic/settings/friends.dart:47:56: Error: The method 'match' isn't defined for the class 'FriendsSettingsView'.
- 'FriendsSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final friendSettingsView = friendsSettingsView.match(
^^^^^
lib/logic/settings/friends.dart:79:26: Error: The method 'match' isn't defined for the class 'NewFriendAction'.
- 'NewFriendAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return newFriendAction.match(
^^^^^
lib/logic/settings/friends.dart:104:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:175:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:230:31: Error: The method 'match' isn't defined for the class 'FriendSettingsAction'.
- 'FriendSettingsAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendSettingsAction.match(
^^^^^
lib/logic/settings/friends.dart:231:44: Error: The method 'match' isn't defined for the class 'FriendSettingsInnerView'.
- 'FriendSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
back: () => friendSettingsView.inner.match(
^^^^^
lib/logic/settings/friends.dart:291:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:330:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:369:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:413:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:462:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:542:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:617:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:663:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/friends.dart:705:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/index_servers.dart:30:37: Error: The method 'match' isn't defined for the class 'IndexServersSettingsAction'.
- 'IndexServersSettingsAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return indexServersSettingsAction.match(
^^^^^
lib/logic/settings/index_servers.dart:31:44: Error: The method 'match' isn't defined for the class 'IndexServersSettingsView'.
- 'IndexServersSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
back: () => indexServersSettingsView.match(
^^^^^
lib/logic/settings/index_servers.dart:62:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/index_servers.dart:109:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/index_servers.dart:162:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/relays.dart:28:31: Error: The method 'match' isn't defined for the class 'RelaysSettingsAction'.
- 'RelaysSettingsAction' is from 'package:offset/actions/settings.dart' ('lib/actions/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return relaysSettingsAction.match(
^^^^^
lib/logic/settings/relays.dart:29:38: Error: The method 'match' isn't defined for the class 'RelaysSettingsView'.
- 'RelaysSettingsView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
back: () => relaysSettingsView.match(
^^^^^
lib/logic/settings/relays.dart:60:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/relays.dart:103:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/logic/settings/relays.dart:153:23: Error: The method 'match' isn't defined for the class 'NodeStateInner'.
- 'NodeStateInner' is from 'package:offset/state/state.dart' ('lib/state/state.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
nodeState.inner.match(open: (nodeOpen) => nodeOpen, closed: () => null);
^^^^^
lib/render/settings/friend.dart:20:35: Error: The method 'match' isn't defined for the class 'FriendSettingsInnerView'.
- 'FriendSettingsInnerView' is from 'package:offset/state/views/settings.dart' ('lib/state/views/settings.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendSettingsView.inner.match(
^^^^^
lib/render/settings/friend.dart:39:64: Error: The method 'match' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final channelInconsistentReport = friendReport.channelStatus.match(
^^^^^
lib/render/settings/friend.dart:73:39: Error: The getter 'inner' isn't defined for the class 'I128'.
- 'I128' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
remoteData = '${remoteBalance.inner}';
^^^^^
lib/render/settings/friend.dart:92:41: Error: The method 'compareTo' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing method, or defining a method named 'compareTo'.
balanceRows.sort((a, b) => a.currency.compareTo(b.currency));
^^^^^^^^^
lib/render/settings/friend.dart:102:54: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
DataCell(Text('${balanceRow.currency.inner}')),
^^^^^
lib/render/settings/friend.dart:161:62: Error: The method 'match' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
final channelConsistentReport = friendReport.channelStatus.match(
^^^^^
lib/render/settings/friend.dart:175:32: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title = Text('${currency.inner}');
^^^^^
lib/render/settings/friend.dart:177:32: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title = Text('${currency.inner}');
^^^^^
lib/render/settings/friend.dart:180:42: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
onPressed: friendReport.status.isEnabled
^^^^^^^^^
lib/render/settings/friend.dart:201:25: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
key: Key(currency.inner),
^^^^^
lib/render/settings/friend.dart:202:34: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
onTap: friendReport.status.isEnabled
^^^^^^^^^
lib/render/settings/friend.dart:207:36: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
enabled: friendReport.status.isEnabled,
^^^^^^^^^
lib/render/settings/friend.dart:220:37: Error: The method 'match' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
return friendReport.channelStatus.match(
^^^^^
lib/render/settings/friend.dart:232:45: Error: The getter 'isOnline' isn't defined for the class 'FriendLivenessReport'.
- 'FriendLivenessReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOnline'.
final friendColor = friendReport.liveness.isOnline
^^^^^^^^
lib/render/settings/friend.dart:234:29: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
: friendReport.status.isEnabled ? Colors.orange : Colors.red;
^^^^^^^^^
lib/render/settings/friend.dart:247:51: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${nodeName.inner}',
^^^^^
lib/render/settings/friend.dart:260:54: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
value: friendReport.status.isEnabled,
^^^^^^^^^
lib/render/settings/friend.dart:276:56: Error: The getter 'isConsistent' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isConsistent'.
final newCurrencyButton = friendReport.channelStatus.isConsistent
^^^^^^^^^^^^
lib/render/settings/friend.dart:329:31: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
friendReport.status.isEnabled ? newCurrencyButton : null,
^^^^^^^^^
lib/render/settings/friend.dart:353:15: Error: The getter 'inner' isn't defined for the class 'U128'.
- 'U128' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
if (!amount.inner.isValidInt) {
^^^^^
lib/render/settings/friend.dart:357:28: Error: The getter 'inner' isn't defined for the class 'U128'.
- 'U128' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
final intAmount = amount.inner.toInt();
^^^^^
lib/render/settings/friend.dart:415:10: Error: The method 'match' isn't defined for the class 'ChannelStatusReport'.
- 'ChannelStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing method, or defining a method named 'match'.
.match(
^^^^^
lib/render/settings/friend.dart:500:58: Error: The getter 'inner' isn't defined for the class 'U128'.
- 'U128' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
_add = stringToAmount(addString).inner.toInt())),
^^^^^
lib/render/settings/friend.dart:512:59: Error: The getter 'isOnline' isn't defined for the class 'FriendLivenessReport'.
- 'FriendLivenessReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOnline'.
final friendColor = this.widget.friendReport.liveness.isOnline
^^^^^^^^
lib/render/settings/friend.dart:514:43: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
: this.widget.friendReport.status.isEnabled
^^^^^^^^^
lib/render/settings/friend.dart:537:69: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${this.widget.nodeName.inner}',
^^^^^
lib/render/settings/friend.dart:557:69: Error: The getter 'inner' isn't defined for the class 'Currency'.
- 'Currency' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${this.widget.currency.inner}',
^^^^^
lib/render/settings/friend.dart:691:59: Error: The getter 'isOnline' isn't defined for the class 'FriendLivenessReport'.
- 'FriendLivenessReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isOnline'.
final friendColor = this.widget.friendReport.liveness.isOnline
^^^^^^^^
lib/render/settings/friend.dart:693:43: Error: The getter 'isEnabled' isn't defined for the class 'FriendStatusReport'.
- 'FriendStatusReport' is from 'package:offset/protocol/compact.dart' ('lib/protocol/compact.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'isEnabled'.
: this.widget.friendReport.status.isEnabled
^^^^^^^^^
lib/render/settings/friend.dart:712:69: Error: The getter 'inner' isn't defined for the class 'NodeName'.
- 'NodeName' is from 'package:offset/protocol/common.dart' ('lib/protocol/common.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'inner'.
title: Text('${this.widget.nodeName.inner}',
^^^^^
Target kernel_snapshot failed: Exception: Errors during snapshot creation: null
build failed.
Command PhaseScriptExecution failed with a nonzero exit code
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
Could not build the application for the simulator.
Error launching application on iPhone SE (2nd generation).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment