title property
String
get
title
The assigned title variable (empty string if unset).
Implementation
String get title => get<String>('title') ?? '';
The assigned title variable (empty string if unset).
String get title => get<String>('title') ?? '';