isSinglePick property
bool
get
isSinglePick
If this pick contains only a single resource.
Implementation
bool get isSinglePick => files.length == 1;
If this pick contains only a single resource.
bool get isSinglePick => files.length == 1;