greaterThan<T> function
Perform JavaScript greater than comparison (>
) of two values.
Implementation
external bool greaterThan<T>(Object? first, Object? second);
Perform JavaScript greater than comparison (>
) of two values.
external bool greaterThan<T>(Object? first, Object? second);