LiteralExpr constructor
LiteralExpr(
- dynamic value, [
- OutputType? type
Implementation
LiteralExpr(this.value, [OutputType? type]) : super(type);
LiteralExpr(this.value, [OutputType? type]) : super(type);