wrapValue method

String wrapValue(
  1. String value
)

Implementation

String wrapValue(String value) => '"${value.replaceAll('"', '""')}"';