SConstructorReference constructor

SConstructorReference({
  1. required int offset,
  2. required int length,
  3. required SConstructorName constructorName,
})

Implementation

SConstructorReference({
  required this.offset,
  required this.length,
  required this.constructorName,
});