ignoreUndefinedProperties property
bool?
get
ignoreUndefinedProperties
Whether to skip nested properties that are set to undefined
during
object serialization. If set to true
, these properties are skipped
and not written to Firestore. If set false
or omitted, the SDK throws
an exception when it encounters properties of type undefined
.
Implementation
external bool? get ignoreUndefinedProperties;