getTitle method

  1. @override
String getTitle()
override

The title with which to refer to the element as

Implementation

@override
String getTitle() {
  return title;
}