defaultValue property

String? defaultValue
final

The default value to use when the value yields an empty result.

Default values can be extracted from contexts by using the following syntax: #context_name.parameter_name.

Implementation

final String? defaultValue;