compare method Null safety
Compare two values according to the current sign mode
Implementation
int compare(Value x, Value y) => signMode.compare(this, x, y);
Compare two values according to the current sign mode
int compare(Value x, Value y) => signMode.compare(this, x, y);