LiteralExpr constructor

LiteralExpr(
  1. dynamic value
)

Implementation

LiteralExpr(this.value);