fromJson static method

Report fromJson(
  1. String json
)

Implementation

static Report fromJson(String json) {
  return ensureInitialized().decodeJson<Report>(json);
}