findId<T extends Object> method

  1. @override
T findId<T extends Object>(
  1. String id
)
inherited

Returns the object value for the specified String key.

Implementation

@override
T findId<T extends Object>(String id) {
  return findModelWithCustomKey(id);
}