UProductCreateParams constructor
UProductCreateParams({
- required String title,
- required List<
int> tags, - String? code,
- String? subtitle,
- String? description,
- String? actionType,
- String? actionTitle,
- String? actionUri,
- String? slug,
- String? type,
- String? content,
- double? latitude,
- double? longitude,
- int? stock,
- double? price,
- String? details,
- List<
String> ? categories, - String? parentId,
- String? userId,
- int? point,
Implementation
UProductCreateParams({
required this.title,
required this.tags,
this.code,
this.subtitle,
this.description,
this.actionType,
this.actionTitle,
this.actionUri,
this.slug,
this.type,
this.content,
this.latitude,
this.longitude,
this.stock,
this.price,
this.details,
this.categories,
this.relatedProducts,
this.parentId,
this.userId,
this.point,
});