StringContext constructor

StringContext(
  1. LiteralContext ctx
)

Implementation

StringContext(LiteralContext ctx) {
  copyFrom(ctx);
}