why I can't run my code where is the problem of this code?

后端 未结 0 1387
难免孤独
难免孤独 2021-01-16 20:09
void main() {
  const list = [1, 2, 3, 4];
  final odd = where(list, (value) => value % 2 == 1);
  print(odd);
}

List where(List items         


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