isNotReasonRepost property

bool get isNotReasonRepost

Returns true if this data is not ReasonRepost, otherwise false.

Implementation

bool get isNotReasonRepost => !isReasonRepost;