getFunctionName method

String? getFunctionName()

Gets the Azure function name.

Returns the Azure function name.

Implementation

String? getFunctionName() {
  return super.getAsNullableString('function_name');
}