UProductJson constructor
UProductJson({
- String? actionType,
- String? actionTitle,
- String? actionUri,
- String? details,
- List<
UVisitCount> ? visitCounts, - List<
UPointCount> ? pointCounts,
Implementation
UProductJson({
this.actionType,
this.actionTitle,
this.actionUri,
this.details,
this.visitCounts,
this.pointCounts,
this.relatedProducts,
});