total property

num get total

Implementation

num get total => tickets.fold(0, (pv, e) => pv + e.total);