defaultValue property

String? defaultValue
getter/setter pair

The default value to use for substitution, and to send, if an alternate value is not supplied.

REQUIRED. Unlike the Schema Object's default, this value MUST be provided by the consumer.

Implementation

String? defaultValue;