toJson method

String toJson()

Implementation

String toJson() {
  return SimpleSlideMapper.ensureInitialized()
      .encodeJson<SimpleSlide>(this as SimpleSlide);
}