isNotEqualTo method

bool isNotEqualTo(
  1. Type type
)

Checks if the given this is of type Type.

Implementation

bool isNotEqualTo(Type type) => !equals(type);