main functionDemoViewModel constructortitle propertyOn this pagetitle property String title <p>Getter function of the title.</p> <p>params: None returns:</p> <ul> <li><code>String</code>: title of the model</li> </ul> Implementation String get title =\> _title;