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