PartHandler typedef

PartHandler = void Function(UcdRow row)

Callback definition used to handle Parts in the UCD file.

Implementation

typedef PartHandler = void Function(UcdRow row);