FrontmatterParseException.delimiter constructor
const
FrontmatterParseException.delimiter([
- @Default('Frontmatter document must start with your delimiter.') String message
Implementation
const factory FrontmatterParseException.delimiter([
@Default('Frontmatter document must start with your delimiter.') String message,
]) = FrontmatterParseExceptionDelimiter;