We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f0261 commit 2d0727cCopy full SHA for 2d0727c
1 file changed
lib/src/api/nodes/variance_node.dart
@@ -26,7 +26,7 @@ class VarianceNode extends SinglePlaceholderNode {
26
List<String> get allVariantsChildren =>
27
variants.expand((e) => e.children).toList();
28
29
- /// Get all the children from the all the variants except the currently loaded
+ /// Get all the children from all the variants except the currently loaded
30
/// variant.
31
List<String> get unloadedVariantsChildren => variants
32
.where((element) => element.id != currentVariantId)
0 commit comments