instanceof abstract method

bool instanceof(
  1. Object? o,
  2. Object type
)

Use JS utils to use instance of on a js object.

Implementation

bool instanceof(final Object? o, final Object type);