isSinglePick property

bool isSinglePick

If this pick contains only a single resource.

Implementation

bool get isSinglePick => files.length == 1;