SConstructorReference constructor
SConstructorReference({
- required int offset,
- required int length,
- required SConstructorName constructorName,
Implementation
SConstructorReference({
required this.offset,
required this.length,
required this.constructorName,
});