setNullable abstract method
void
setNullable(
- 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);
Sets this field value, allowing a nullable value.
Throws an ArgumentError if v
can't be null
.
See set.
void setNullable(T? v);