rawString method

String rawString()

Implementation

String rawString() {
  return jsonEncode(_value);
}