title property

String get title

Get title from frontmatter

Implementation

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