jsonConverter method

String jsonConverter(
  1. String value
)

Implementation

String jsonConverter(String value) => _jsonConverter(this, value);