LiteralExpr constructor

LiteralExpr(
  1. dynamic value, [
  2. OutputType? type
])

Implementation

LiteralExpr(this.value, [super.type]);