UProductUpdateParams constructor
UProductUpdateParams({
- required String id,
- String? title,
- String? code,
- String? subtitle,
- String? description,
- String? slug,
- String? type,
- String? content,
- double? latitude,
- double? longitude,
- int? stock,
- double? price,
- String? parentId,
- String? userId,
- String? actionType,
- String? actionTitle,
- String? actionUri,
- String? details,
- List<
String> ? addRelatedProducts, - List<
String> ? removeRelatedProducts, - List<
String> ? addCategories, - List<
String> ? removeCategories, - List<
int> ? addTags, - List<
int> ? removeTags, - List<
int> ? tags, - int? point,
Implementation
UProductUpdateParams({
required this.id,
this.title,
this.code,
this.subtitle,
this.description,
this.slug,
this.type,
this.content,
this.latitude,
this.longitude,
this.stock,
this.price,
this.parentId,
this.userId,
this.actionType,
this.actionTitle,
this.actionUri,
this.details,
this.relatedProducts,
this.addRelatedProducts,
this.removeRelatedProducts,
this.addCategories,
this.removeCategories,
this.addTags,
this.removeTags,
this.tags,
this.point,
});