SpaceNode constructor
SpaceNode(
- SpaceType type, {
- SourceRange? sourceRange,
Implementation
SpaceNode(this.type, {this.sourceRange});
SpaceNode(this.type, {this.sourceRange});