OnNodeUpdated typedef

OnNodeUpdated = void Function(CNode node)?

Implementation

typedef OnNodeUpdated = void Function(
  CNode node,
)?;