set method

void set(
  1. T object,
  2. V value
)

Implementation

void set(T object, V value) {
  setter!(object, value);
}