SplitEquallyState constructor
const
SplitEquallyState({})
Implementation
const SplitEquallyState({
required this.numberOfCustomers,
required this.totalCents,
required this.baseShareCents,
required this.lastShareCents,
required this.customersServed,
});