toJson method
Implementation
String toJson() {
return ProductVariantModelMapper.ensureInitialized()
.encodeJson<ProductVariantModel>(this as ProductVariantModel);
}
String toJson() {
return ProductVariantModelMapper.ensureInitialized()
.encodeJson<ProductVariantModel>(this as ProductVariantModel);
}