Type.ofBigInt constructor

Type.ofBigInt({
  1. bool nullable = false,
})

Implementation

Type.ofBigInt({this.nullable = false})
    : name = 'BigInt',
      super();