toJson method

String toJson()

Implementation

String toJson() {
  return ServiceAttributesSearchModelMapper.ensureInitialized()
      .encodeJson<ServiceAttributesSearchModel>(
          this as ServiceAttributesSearchModel);
}