toJson method

String toJson()

Implementation

String toJson() {
  return ProductVariantSearchModelMapper.ensureInitialized()
      .encodeJson<ProductVariantSearchModel>(
          this as ProductVariantSearchModel);
}