compare method Null safety

int compare(
  1. Value x,
  2. Value y
)

Compare two values according to the current sign mode

Implementation

int compare(Value x, Value y) => signMode.compare(this, x, y);