isNotReasonRepost property
bool
get
isNotReasonRepost
Returns true if this data is not ReasonRepost, otherwise false.
Implementation
bool get isNotReasonRepost => !isReasonRepost;
Returns true if this data is not ReasonRepost, otherwise false.
bool get isNotReasonRepost => !isReasonRepost;