fromJsonString function

String fromJsonString(
  1. Object value
)

Implementation

String fromJsonString(Object value) => value.toString();