parser property
A function that parses raw text into PlaceholderParts.
Implementation
final List<PlaceholderPart> Function(String) parser;
A function that parses raw text into PlaceholderParts.
final List<PlaceholderPart> Function(String) parser;