toJson method

String toJson()

Implementation

String toJson() {
  return SectionDataMapper.ensureInitialized().encodeJson(this);
}