matchesType method

bool matchesType(
  1. Type t
)

Implementation

bool matchesType(Type t) => t == T;