static final BiDi<List<int>, Uint8List> listOfIntToUint8List = BiDi( forward: Uint8List.fromList, backward: functions.identity, );