isNew property

bool get isNew

Check is market order new.

Implementation

bool get isNew => update.type == UpdateType.market_order_new;