ExportNode constructor

ExportNode({
  1. required String id,
  2. bool root = false,
})

Implementation

ExportNode({required this.id, this.root = false});