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