setNull method Null safety

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

Sets the value to null

Implementation

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