isForType method

bool isForType(
  1. Type type
)
inherited

Implementation

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