toJson method

String toJson()

Implementation

String toJson() {
  return ServiceAttributesModelMapper.ensureInitialized()
      .encodeJson<ServiceAttributesModel>(this as ServiceAttributesModel);
}