LiteralExpr constructor

LiteralExpr(
  1. dynamic value
)

Creates a literal expression containing value.

Implementation

LiteralExpr(this.value);