static int getInt64(List<int> value) => Uint8List.fromList(value).buffer.asByteData().getInt64(0, Endian.host);