ids property Null safety

List<String>? ids
read / write

This can optionally be used to identify record sources in case of mixed data sources (ex. merging together QueryResults from different queries.

Implementation

List<String>? ids;