model<T> method

T model<T>(
  1. Symbol key
)

Implementation

T model<T>(Symbol key) {
  return Model.find<T>(this, key);
}