name property

List<LocalizedText>? name
getter/setter pair

Ordered list of localized strings giving the name of this page.

The text displayed is the one that best matches the user locale, or the first entry if there is no good match. There needs to be at least one entry.

Implementation

core.List<LocalizedText>? name;