findType<T extends Object> method

  1. @override
T findType<T extends Object>()
inherited

Returns the object value for the type T

Implementation

@override
T findType<T extends Object>() {
  return findModelWithCustomKey(T.toString());
}