WarningInfo constructor

WarningInfo({
  1. List<WarningCount>? warningCounts,
})

Implementation

WarningInfo({this.warningCounts});