isGeneric property

  1. @override
bool get isGeneric
override

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

Implementation

@override
bool get isGeneric => false;