setID<V> method

void setID<V>(
  1. O o,
  2. V id
)

Implementation

void setID<V>(O o, V id) => setField<V>(o, idFieldName(o), id);