title property

String get title

Implementation

String get title {
  return $$context$$["title"];
}
set title (String value)

Implementation

set title(String value) {
  $$context$$["title"] = value;
}