useBigInt property
bool?
get
useBigInt
Whether to use BigInt
for integer types when deserializing Firestore
Documents. Regardless of magnitude, all integer values are returned as
BigInt
to match the precision of the Firestore backend. Floating point
numbers continue to use JavaScript's number
type.
Implementation
external bool? get useBigInt;