isWellKnownType property

bool get isWellKnownType

Implementation

bool get isWellKnownType =>
    wellKnownMixins.keys.firstWhereOrNull(
        (key) => key.split('.').last == unprefixed.split('.').last) !=
    null;