isSinglePick property

bool get isSinglePick

If this pick contains only a single resource.

Implementation

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