PromoShare constructor
- required Percentage percentage,
- required PreciseDateTime addedAt,
- PreciseDateTime? removedAt,
Implementation
const PromoShare({
required this.percentage,
required this.addedAt,
this.removedAt,
});
const PromoShare({
required this.percentage,
required this.addedAt,
this.removedAt,
});