hasNotEmbed property
bool
get
hasNotEmbed
Returns true if embed
is null, otherwise false.
Implementation
bool get hasNotEmbed => !hasEmbed;
Returns true if embed
is null, otherwise false.
bool get hasNotEmbed => !hasEmbed;