An expression whose value can be 'null' must be null-checked before it can be dereferenced

前端 未结 0 1878
别那么骄傲
别那么骄傲 2021-01-29 19:41

I am using Dart with null-safity mode. I have porblem in next code.

List _jobList = [];
// ...
if(_jobList.isNotEmpty) { 
  for(var job in _jobLis         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题