Assert that JavaScript's x is the proper type represented by this Type.
x
@override bool covariant(dynamic x) { return _type != null ? _type!.covariant(x) : false; }