toJS property

JSBigInt get toJS

Converts a dart BigInt to JSBigInt

Implementation

JSBigInt get toJS => _jsBigInt(toString());