repositoryHasBeenForceCast property
Avoid linter error on subsequent passes for the repository.
For example, if repository has already been casted to ! it should not be recast
Implementation
// ignore: omit_obvious_property_types
bool repositoryHasBeenForceCast = false;