getValidationWarnings function

List<String>? getValidationWarnings()

Returns the list of ValidationUtil.warnings that have been recorded since startRecordingValidationWarnings was first called.

Related: clearValidationWarnings

Implementation

List<String>? getValidationWarnings() => _validationWarnings?.toList();