add<T> function
LogoDart

add<T>#

T add<T>(Object? first, Object? second)

Perform JavaScript addition (+) on two values.