double_quote method

  1. @override
KeyPrintableImpl double_quote(
  1. int context
)
override

Implementation

@override
KeyPrintableImpl double_quote(final int context) =>
    const KeyPrintableImpl('"');