title property
String
get
title
Contains the title of the document.
Implementation
_i2.String get title => _i4.getProperty(
this,
'title',
);
set
title
(String value)
Implementation
set title(_i2.String value) {
_i4.setProperty(
this,
'title',
value,
);
}