onReadById abstract method

  1. @protected
Future<HDict?> onReadById(
  1. HRef id
)

Subclass hook for readById, return null if not found.

Implementation

@protected
Future<HDict?> onReadById(HRef id);