quote function

String quote(
  1. String content
)

Quotes the content.

Implementation

String quote(String content) => '> $content';