menu
archery
archery/core/template_engine.dart
LiteralExpr
LiteralExpr.new constructor
LiteralExpr.new
dark_mode
light_mode
LiteralExpr
constructor
LiteralExpr
(
dynamic
value
)
Creates a literal expression containing
value
.
Implementation
LiteralExpr(this.value);
archery
template_engine
LiteralExpr
LiteralExpr.new constructor
LiteralExpr class