DataHandler typedef

DataHandler = void Function(UcdRow row)

Callback definition used to handle Data in the UCD file.

Implementation

typedef DataHandler = void Function(UcdRow row);