isEdit property

bool get isEdit

Check is market order edit.

Implementation

bool get isEdit => update.type == UpdateType.market_order_edit;