hasCustomOrder property

bool hasCustomOrder
latefinal

Returns true if order does not compare equal to normalOrder.

Implementation

late final hasCustomOrder = !normalOrder.equal(_order);