Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: utils/archive/options.dart

Issue 11267018: Make getKeys, getValues getters (keys, values). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with co19 issue number. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « utils/apidoc/mdn/util.dart ('k') | utils/peg/pegparser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/archive/options.dart
diff --git a/utils/archive/options.dart b/utils/archive/options.dart
index 7b55ac50b34e191cdfb2862c3fb6078796ffa4d4..58d01f31b6dcb491e35f26bd087bfddcc71aef6f 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.getValues();
+ List<ArchiveOption> get all => _options.values;
}
« no previous file with comments | « utils/apidoc/mdn/util.dart ('k') | utils/peg/pegparser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698