homepageUri property

Uri? homepageUri
getter/setter pair

The URI of your application's home page.

Populating the URI in this field results in the exact same behavior as populating an URI in linksModuleData (when an object is rendered, a link to the homepage is shown in what would usually be thought of as the linksModuleData section of the object).

Implementation

Uri? homepageUri;