JsonBigInt constructor

JsonBigInt(
  1. String type,
  2. String value
)

Implementation

JsonBigInt(this.type, this.value);