isForType method

bool isForType(
  1. Type type
)

Implementation

bool isForType(Type type) => type.base == T;