title property

  1. @JsonKey(defaultValue: 'Untitled')
String title
final

The title of the route, displayed in navigation UI.

Implementation

@JsonKey(defaultValue: 'Untitled')
final String title;