hasSelectedFiles method

bool hasSelectedFiles()

value select files share

Implementation

bool hasSelectedFiles() {
  return map.values.any((element) => element == true);
}