isNotContactMatch property

bool get isNotContactMatch

Returns true if this reason is not contactMatch, otherwise false.

Implementation

bool get isNotContactMatch => !isContactMatch;