warningCount property
int
get
warningCount
Returns the total number of warnings
Implementation
int get warningCount => _warnings.length;
Returns the total number of warnings
int get warningCount => _warnings.length;