NodeSpec constructor

NodeSpec(
  1. String type,
  2. Map props, {
  3. Map actions = const {},
})

Implementation

NodeSpec(this.type, this.props, {this.actions = const {}});