greaterThan<T>函数

bool greaterThan<T>(
  1. Object? first,
  2. Object? second
)

执行JavaScript的两个值的比较(>)。

实现

external bool greaterThan<T>(Object? first, Object? second);