ArticleUncountable constructor
ArticleUncountable({})
Implementation
ArticleUncountable({
required super.calibreId,
required super.id,
required super.designation,
super.kind = ArticleKind.uncountable,
required super.price,
required super.cost,
required this.creationDate,
this.updateDate,
this.statusUpdateDate,
super.status = true,
});