createSimplePlaceholderPart method

SimplePlaceholderPart createSimplePlaceholderPart(
  1. String text
)

Implementation

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