LiteralEmitter constructor

const LiteralEmitter(
  1. Context context
)

Transforms the Literal into Dart source code.

Implementation

const LiteralEmitter(super.context);