covariant abstract method

bool covariant(
  1. dynamic x
)

Assert that JavaScript's x is the proper type represented by this Type.

Implementation

bool covariant(dynamic x);