Dart can't access property on a generic type function parameter despite providing the type

后端 未结 0 1250
隐瞒了意图╮
隐瞒了意图╮ 2021-02-10 20:53

I\'m trying to specify a function parameter as a generic type T:

enum MyEnum {
  Foo,
  Bar
}

class DbColumn {
  final Function(T value) se         


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