I am using Dart with null-safity mode. I have porblem in next code.
List _jobList = []; // ... if(_jobList.isNotEmpty) { for(var job in _jobLis