convert method

String convert(
  1. Object? value
)

Implementation

String convert(Object? value) => _dartJsonEncode(value);