name property

String name

The name of this application.

[DEFAULT] is the name of the default App.

Implementation

String get name {
  _checkDestroyed();
  return _name;
}