appName property

String? appName
getter/setter pair

For Android apps, app_name is the package name of the app.

For iOS apps, it is the bundle name.

Implementation

core.String? appName;