isGeneric property

bool get isGeneric

Whether an object will be inferred as !!map or !!seq or !!str only when the tag is non-specific.

Implementation

bool get isGeneric => false;