isNotRepost property

bool get isNotRepost

Returns true if this value is not repost, otherwise false.

Implementation

bool get isNotRepost => !isRepost;