toDart property

BigInt get toDart

Converts a JSBigInt to dart BigInt

Implementation

BigInt get toDart => BigInt.parse(toString());