description property

String description

A human-readable description. If none supplied, returns a default description.

Implementation

String get description => _description ?? 'select: ${targets.join(",")}';