defaultValue property

double? defaultValue
final

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

Implementation

final double? defaultValue;