useBigInt property
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
bool? get useBigInt => throw _privateConstructorUsedError;