Settings class

Settings used to directly configure a Firestore instance.

Annotations
  • @freezed

Constructors

Settings({String? databaseId, bool? useBigInt})
Settings used to directly configure a Firestore instance.
factory

Properties

copyWith → $SettingsCopyWith<Settings>
no setterinherited
databaseId String?
The database name. If omitted, the default database will be used.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useBigInt bool?
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.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited