defaultParts property
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;
The optional parts that make up the default/fallback value of the placeholder.
This is used when the main key cannot be resolved.
final List<PlaceholderPart>? defaultParts;