order property

int get order

Get navigation order from frontmatter

Implementation

int get order => frontmatter['order'] as int? ?? 999;