append<U> method

Key<U> append<U>(
  1. Type modelType, {
  2. U? id,
})

Implementation

Key<U> append<U>(Type modelType, {U? id}) {
  return Key<U>(this, modelType, id);
}