castNativeBigInt function

JSAny castNativeBigInt(
  1. BigInt value
)

This is only intended to be used by automatically generated code, instead of developers.

Implementation

JSAny castNativeBigInt(BigInt value) => _jsBigInt(value.toString());