ignoreUndefinedProperties property

  1. @override
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 to false or omitted, the SDK throws an exception when it encounters properties of type undefined. Web only.

Implementation

@override
// TODO: implement ignoreUndefinedProperties
bool get ignoreUndefinedProperties => throw UnimplementedError();