setNullable abstract method

void setNullable(
  1. T? v
)

Sets this field value, allowing a nullable value. Throws an ArgumentError if v can't be null. See set.

Implementation

void setNullable(T? v);