TypeExpr constructor

TypeExpr(
  1. String exprType, {
  2. HTSource? source,
  3. int line = 0,
  4. int column = 0,
  5. int offset = 0,
  6. int length = 0,
})

Implementation

TypeExpr(
  super.exprType, {
  super.source,
  super.line = 0,
  super.column = 0,
  super.offset = 0,
  super.length = 0,
});