Wallet copyWith({ String privateKey, String address, }) => Wallet( privateKey: privateKey ?? this.privateKey, address: address ?? this.address, );