digestJson function

ContentId digestJson(
  1. dynamic data
)

Implementation

ContentId digestJson(dynamic data) {
  return ContentId(DartApi.instance.digestJson(json.encode(data)));
}