isFalse property

bool? isFalse

Implementation

bool? get isFalse {
  if (value != null) return !isTrue!;
  return null;
}