FrontmatterParseException.delimiter constructor

const FrontmatterParseException.delimiter([
  1. @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;