CommentHandler typedef
CommentHandler =
void Function(String comment)
Callback definition used to handle Comments in the UCD file.
Implementation
typedef CommentHandler = void Function(String comment);
Callback definition used to handle Comments in the UCD file.
typedef CommentHandler = void Function(String comment);