getAppName method

String? getAppName()

Gets the Azure app name.

Returns the Azure app name.

Implementation

String? getAppName() {
  return super.getAsNullableString('app_name');
}