isEmbedded method

bool isEmbedded()

Implementation

bool isEmbedded() =>
    hasAnnotation(annotations.embedded.runtimeType) &&
    type.element is ClassElement;