getModelWithoutFallback method

Future<T?> getModelWithoutFallback(
  1. String modelId
)

Implementation

Future<T?> getModelWithoutFallback(String modelId) async {
  return _all[modelId];
}