getName method

String? getName()

Gets the unique component's name.

Returns the unique component's name.

Implementation

String? getName() {
  return _name;
}