settings property

Map<String, String> settings
final

Settings values from the connected database.

After connecting to a database, this map will contain the settings values that the database returns. Prior to connection, it is the empty map.

Implementation

final Map<String, String> settings = {};