hasNotEmbeds property

bool get hasNotEmbeds

Returns true if embeds is null, otherwise false.

Implementation

bool get hasNotEmbeds => !hasEmbeds;