getByIdDelegate property

Future<T?> Function(int id) getByIdDelegate
final

Endpoint delegate fetching a record by numeric ID.

Implementation

final Future<T?> Function(int id) getByIdDelegate;