NodeRangeProperty constructor

NodeRangeProperty({
  1. required String targetNodes,
  2. ContainerProperties? container,
})

Implementation

NodeRangeProperty({
  required this.targetNodes,
  this.container,
});