setValue abstract method

void setValue(
  1. T? value, {
  2. bool presentIfNull = false,
})
inherited

presentIfNull true if null is marked as a value

Implementation

void setValue(T? value, {bool presentIfNull = false});