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