isCross property

bool isCross

Checks if sell rate is the same with buy rate

Shortcut for rateSell == rateBuy

Implementation

bool get isCross => rateSell == rateBuy;