description property

String? get description

Get description from frontmatter

Implementation

String? get description => frontmatter['description']?.toString();