InAppFindByFinder<T extends Entity<EntityKey>> typedef

InAppFindByFinder<T extends Entity<EntityKey>> = (bool, List<T>?, String?, Status?)

Implementation

typedef InAppFindByFinder<T extends Entity> = (
  bool isValid,
  List<T>? result,
  String? message,
  Status? status,
);