PrismaValue.bigInt constructor

PrismaValue.bigInt(
  1. BigInt value
)

Implementation

factory PrismaValue.bigInt(BigInt value) =>
    PrismaValue('\$type', {'BigInt': value.toString()});