RootNodeSpec constructor

RootNodeSpec(
  1. String id,
  2. String? name,
  3. String type,
  4. Map props, {
  5. Map actions = const {},
})

Implementation

RootNodeSpec(this.id, this.name, super.type, super.props, {super.actions});