setID<V> method

void setID<V>(
  1. V id
)

Implementation

void setID<V>(V id) => setField('id', id);