set abstract method

void set(
  1. T v
)

Sets this field value. See setNullable.

Implementation

void set(T v);