isExternal property

bool get isExternal

Returns true if this data is External, otherwise false.

Implementation

bool get isExternal => this is UPostEmbedExternal;