JsonValueBigInt constructor

const JsonValueBigInt(
  1. BigInt value
)

Implementation

const JsonValueBigInt(this.value);