isValidGenericType property

bool isValidGenericType

Returns true if genericType matches type.

Implementation

bool get isValidGenericType => genericType == type;