createSimplePlaceholderPart method
Implementation
SimplePlaceholderPart createSimplePlaceholderPart(String text) {
PlaceholderParsedSection section = _parseSection(text);
return SimplePlaceholderPart(text, section.key, section.fallback);
}
SimplePlaceholderPart createSimplePlaceholderPart(String text) {
PlaceholderParsedSection section = _parseSection(text);
return SimplePlaceholderPart(text, section.key, section.fallback);
}