properties property

Map<String, dynamic>? properties
final

The properties to use when executing. It's also passed to DBCommand or SQL when executing one of them.

Implementation

final Map<String, dynamic>? properties;