isEmbedded property

bool isEmbedded

Whether this ActivityFlags has the embedded flag set.

Implementation

bool get isEmbedded => has(embedded);