findBy abstract method

TFinderType findBy(
  1. dynamic data,
  2. FindType findType
)

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,
);