isImages property

bool get isImages

Returns true if this data is Images, otherwise false.

Implementation

bool get isImages => this is UPostEmbedImages;