findIn method
Finds the referenced resource in the collection
.
Implementation
Resource? findIn(ResourceCollection collection) =>
collection[identifier?.key];
Finds the referenced resource in the collection
.
Resource? findIn(ResourceCollection collection) =>
collection[identifier?.key];