AtomicDistribution constructor
AtomicDistribution({
- required AtomicDistributionType type,
- num? amount,
- String? action,
- bool? canUpdate,
Implementation
AtomicDistribution({
required this.type,
this.amount,
this.action,
this.canUpdate,
});