params property

Map<String, String> get params
inherited

A getter that retrieves the options as a map representation.

This property calls the toMap method to convert the options into a map of key-value pairs.

Returns:

  • A map containing the configuration options.

Implementation

Map<String, String> get params => toMap();