defaultParts property

List<PlaceholderPart>? defaultParts
final

The optional parts that make up the default/fallback value of the placeholder.

This is used when the main key cannot be resolved.

Implementation

final List<PlaceholderPart>? defaultParts;