getName method

String? getName()

Gets the property name.

Returns the property name.

Implementation

String? getName() {
  return _name;
}