customData property
final
Possibility to add any custom value in customData field, you can retrieve this later. A good example: store an id from Firestore document.
Implementation
final dynamic customData;
Possibility to add any custom value in customData field, you can retrieve this later. A good example: store an id from Firestore document.
final dynamic customData;