description property
String?
get
description
Get description from frontmatter
Implementation
String? get description => frontmatter['description']?.toString();
Get description from frontmatter
String? get description => frontmatter['description']?.toString();