warnings property

List<String?>? warnings

Implementation

List<String?>? get warnings => getProperty(this, 'warnings')?.cast<String?>();
void warnings=(List<String?>? value)

Implementation

set warnings(List<String?>? value) {
  setProperty(this, 'warnings', value);
}