hasEmbeds property

bool get hasEmbeds

Returns true if embeds is not null, otherwise false.

Implementation

bool get hasEmbeds => embeds != null;