draft property

bool get draft

Get draft status from frontmatter

Implementation

bool get draft => frontmatter['draft'] as bool? ?? false;