setValue abstract method

void setValue(
  1. T? value
)

Sets the value for this field.

Implementation

void setValue(T? value);