isNotContactMatch property
bool
get
isNotContactMatch
Returns true if this reason is not contactMatch, otherwise false.
Implementation
bool get isNotContactMatch => !isContactMatch;
Returns true if this reason is not contactMatch, otherwise false.
bool get isNotContactMatch => !isContactMatch;