DataHandler typedef
DataHandler =
void Function(UcdRow row)
Callback definition used to handle Data in the UCD file.
Implementation
typedef DataHandler = void Function(UcdRow row);
Callback definition used to handle Data in the UCD file.
typedef DataHandler = void Function(UcdRow row);