cmp method

int cmp(
  1. dynamic first,
  2. dynamic second
)

Implementation

int cmp(dynamic first, dynamic second) =>
    js_util.callMethod(this, 'cmp', [first, second]);