LayoutNode constructor

LayoutNode({
  1. required String id,
})

Implementation

LayoutNode({required this.id});