isRepost property

bool get isRepost

Check is wall repost.

Implementation

bool get isRepost => update.type == UpdateType.wall_repost;