toJson method

String toJson()

Implementation

String toJson() {
  return ServiceModelMapper.ensureInitialized()
      .encodeJson<ServiceModel>(this as ServiceModel);
}