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