children property

  1. @override
Iterable<(String, InspectEntry)> get children
override

Returns all children of this entry.

Implementation

@override
Iterable<(String, InspectEntry)> get children =>
    const <(String, InspectEntry)>[];