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