children property
Returns all children of this entry.
Implementation
@override
Iterable<(String, InspectEntry)> get children => _children.entries
.map((MapEntry<String, InspectEntry> e) => (e.key, e.value));
Returns all children of this entry.
@override
Iterable<(String, InspectEntry)> get children => _children.entries
.map((MapEntry<String, InspectEntry> e) => (e.key, e.value));