distinct property Null safety
final
Whether duplicate rows should be eliminated from the result (this is a
SELECT DISTINCT
statement in sql). Defaults to false.
Implementation
final bool distinct;
Whether duplicate rows should be eliminated from the result (this is a
SELECT DISTINCT
statement in sql). Defaults to false.
final bool distinct;