MissingFrontmatterError constructor

const MissingFrontmatterError(
  1. String message, [
  2. String? help
])

Implementation

const MissingFrontmatterError(
  String message, [
  String? help,
]) : super(message, help);