AzureFunctionConnectionParams constructor

AzureFunctionConnectionParams(
  1. [dynamic values]
)

Creates an new instance of the connection parameters.

  • values (optional) an object to be converted into key-value pairs to initialize this connection.

Implementation

AzureFunctionConnectionParams([values]) : super(values);