MiscInfo constructor

MiscInfo(
  1. {required bool coopertition,
  2. required bool breakdown}
)

Implementation

MiscInfo({required this.coopertition, required this.breakdown});