Breakdown constructor
Breakdown({
- List<
String> ? details, - List<
BreakdownRegion> ? regions,
Implementation
Breakdown({this.details, this.regions});