Total constructor

const Total({
  1. int? value,
})

Implementation

const factory Total({
  int? value,
}) = _Total;