title

@get:JvmName(name = "getTitle")
@set:JvmName(name = "setTitle")
var title: String
Defines the HTML title for the page, emitted in the <head>.

string title = 1;