toDartBigIntList property

List<BigInt> get toDartBigIntList

Implementation

List<BigInt> get toDartBigIntList =>
    toDart.map((item) => item.toDart).toList();