hasEmbed property

bool get hasEmbed

Returns true if embed is not null, otherwise false.

Implementation

bool get hasEmbed => embed != null;