defaultValue property Null safety

String? defaultValue
read / write

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;