warnings property

List<int> get warnings

Implementation

List<int> get warnings {
  if (isWarning) {
    return getWarnings().cast<Int64>().asTypedList(iscStatusLength);
  } else {
    return [];
  }
}