classInfo<T> method
The classInfoMap containing the ClassInfo for models which may be stored in the datastore.
Implementation
ClassInfo<T> classInfo<T>() => classInfoMap[T]! as ClassInfo<T>;
The classInfoMap containing the ClassInfo for models which may be stored in the datastore.
ClassInfo<T> classInfo<T>() => classInfoMap[T]! as ClassInfo<T>;