fetchRequestTemplatesByName
A dictionary of the receiver’s fetch request templates, keyed by name.
Declaration
var fetchRequestTemplatesByName: [String : NSFetchRequest<any NSFetchRequestResult>] { get }Discussion
If the template contains a predicate with substitution variables, you should instead use fetchRequestFromTemplate(withName:substitutionVariables:) to create a new fetch request.