findBy abstract method
Returns the correct finder type instance
data can be String, Key or a Type
findType denotes the type of finder returned
Implementation
TFinderType findBy(
dynamic data,
FindType findType,
);
Returns the correct finder type instance
data can be String, Key or a Type
findType denotes the type of finder returned
TFinderType findBy(
dynamic data,
FindType findType,
);