JsonValue.bigInt constructor

const JsonValue.bigInt(
  1. BigInt value
)

Implementation

const factory JsonValue.bigInt(BigInt /*S64*/ value) = JsonValueBigInt;