quote function

String quote(
  1. String str
)

Implementation

String quote(String str) => '"$str"';