hasRepost property

bool get hasRepost

Returns true if repost is not null, otherwise false.

Implementation

bool get hasRepost => repost != null;