classInfo<T> method

ClassInfo<T> classInfo<T>()

The classInfoMap containing the ClassInfo for models which may be stored in the datastore.

Implementation

ClassInfo<T> classInfo<T>() => classInfoMap[T]! as ClassInfo<T>;