setFalse method Null safety

void setFalse(
  1. {bool notifyChange = true}
)

Sets the value to false

Implementation

void setFalse({bool notifyChange = true}) =>
    super.set(false, notifyChange: notifyChange);