BackendRequestModelTrigger typedef

BackendRequestModelTrigger = dynamic Function(List<BackendRequestModel?> list)

Implementation

typedef BackendRequestModelTrigger = Function(List<BackendRequestModel?> list);