NodeRangeProperty constructor
NodeRangeProperty({
- required String targetNodes,
- ContainerProperties? container,
Implementation
NodeRangeProperty({
required this.targetNodes,
this.container,
});