Warnings constructor

Warnings({
  1. required bool incompleteResults,
})

Implementation

Warnings({
  required this.incompleteResults,
});