StructuralTypeExpr constructor

StructuralTypeExpr({
  1. List<FieldTypeExpr> fieldTypes = const [],
  2. bool isLocal = true,
  3. HTSource? source,
  4. int line = 0,
  5. int column = 0,
  6. int offset = 0,
  7. int length = 0,
})

Implementation

StructuralTypeExpr({
  this.fieldTypes = const [],
  this.isLocal = true,
  super.source,
  super.line = 0,
  super.column = 0,
  super.offset = 0,
  super.length = 0,
}) : super(Semantic.structuralTypeExpr);