manages method

bool manages(
  1. Type type
)

Is the type cached by this provider?

Implementation

bool manages(Type type) => managedModelTypes.contains(type);