toBigIntList property

List<BigInt> get toBigIntList

Implementation

List<BigInt> get toBigIntList => map((e) => BigInt.from(e)).toList();