title property
String
get
title
The string the browser action should display when moused over.
Implementation
String get title => _wrapped.title;
set
title
(String v)
Implementation
set title(String v) {
_wrapped.title = v;
}