getID<V> method

V? getID<V>(
  1. O o
)

Implementation

V? getID<V>(O o) => getField<V?>(o, idFieldName(o));