ConnectionParams constructor

ConnectionParams([
  1. dynamic values
])

Creates a new connection parameters and fills it with values.

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

Implementation

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