toJson method

String toJson()

Implementation

String toJson() {
  return ReportMapper.ensureInitialized().encodeJson<Report>(this as Report);
}