Index: utils/archive/options.dart |
diff --git a/utils/archive/options.dart b/utils/archive/options.dart |
index 0eba56065fe285bfa2079bedce7124d01b37bedf..cfebf1fe1acf1a33deac27c7f4960af866ec9162 100644 |
--- a/utils/archive/options.dart |
+++ b/utils/archive/options.dart |
@@ -48,5 +48,5 @@ class ArchiveOptions { |
} |
/** Gets all options. */ |
- List<ArchiveOption> get all => _options.values; |
+ List<ArchiveOption> get all => _options.values.toList(); |
} |