nonEmptyDefault constant

FieldBehavior const nonEmptyDefault

Denotes that this field returns a non-empty default value if not set. This indicates that if the user provides the empty value in a request, a non-empty value will be returned. The user will not be aware of what non-empty value to expect.

Implementation

static const nonEmptyDefault = FieldBehavior('NON_EMPTY_DEFAULT');