Open
Description
The BigInt class lacks a const constructor. This causes problems porting some Dart 1 code that used > 64 bit ints to Dart 2 as const values have to stop being const.
@jcollins-g has more details on the challenges this causes making the rpc library work with Dart 2.