ids property Null safety
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;
This can optionally be used to identify record sources in case of mixed data sources (ex. merging together QueryResults from different queries.
List<String>? ids;