key property

Map<String, Object?> key
final

Column name to value. Names are matched case-insensitively to the binding. Null key values are refused: they cannot identify a row.

Implementation

final Map<String, Object?> key;