LiteralPrinter<T> constructor

const LiteralPrinter<T>([
  1. String value = ''
])

Implementation

const LiteralPrinter([this.value = '']);