onCursor property

C? Function(T?) onCursor
final

Callback, called when a cursor of the provided T is required.

Implementation

final C? Function(T?) onCursor;