getAppName static method

String getAppName()

Implementation

static String getAppName() {
  return appProperties['appName'] ?? '';
}