CWA-169 | changed order of definition of properties in ExchangeTradeStore

This commit is contained in:
Oleksandr Sobol 2020-02-11 21:30:46 +02:00
parent fdeb66e643
commit 30a7e5c4c8

View file

@ -42,12 +42,12 @@ abstract class ExchangeTradeStoreBase with Store {
@observable
bool isSendable;
Box<Trade> trades;
ExchangeProvider _provider;
Timer _timer;
Box<Trade> trades;
@override
void dispose() {
super.dispose();