SankeyNode constructor

SankeyNode({
  1. required dynamic id,
  2. String? label,
})

Implementation

SankeyNode({required this.id, this.label});