draft property
bool
get
draft
Get draft status from frontmatter
Implementation
bool get draft => frontmatter['draft'] as bool? ?? false;
Get draft status from frontmatter
bool get draft => frontmatter['draft'] as bool? ?? false;