hasNotRepost property

bool get hasNotRepost

Returns true if repost is null, otherwise false.

Implementation

bool get hasNotRepost => !hasRepost;