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,
- String? details,
- List<
String> ? categories, - String? parentId,
- String? creatorId,
- int? point,
- String? phoneNumber,
- String? address,
- String? detail1,
- String? detail2,
- String? id,
- List<
String> ? adminUserIds, - int? order,
- List<
UProductCreateParams> ? children, - List<
String> ? media,
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.details,
this.categories,
this.relatedProducts,
this.parentId,
this.creatorId,
this.point,
this.phoneNumber,
this.address,
this.detail1,
this.detail2,
this.id,
this.adminUserIds,
this.order,
this.children,
this.media,
});