We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00602ac commit 94596c4Copy full SHA for 94596c4
lib/src/model.dart
@@ -515,8 +515,9 @@ class Class extends ModelElement
515
516
Map<String, List<ModelElement>> _membersByName;
517
518
- /// This enables object substitution for canonicalization. Uses the name
519
- /// of the ModelElement and its type to retrieve a matching ModelElement.
+ /// This enables object substitution for canonicalization, such as Interceptor
+ /// for Object. Uses the name of the ModelElement and its type to retrieve a
520
+ /// matching ModelElement.
521
ModelElement memberByExample(ModelElement example) {
522
if (_membersByName == null) {
523
_membersByName = new Map();
0 commit comments