How to implement `assert()` for Type / T

后端 未结 0 1577
不思量自难忘°
不思量自难忘° 2020-11-30 18:20

please run the code below in dartpad

class Foo {
  Foo(this.data) : assert(T is int || T is String);
  final         


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