hasNotEmbed property

bool get hasNotEmbed

Returns true if embed is null, otherwise false.

Implementation

bool get hasNotEmbed => !hasEmbed;