children property
Returns all children of this entry.
Implementation
@override
Iterable<(String, InspectEntry)> get children =>
const <(String, InspectEntry)>[];
Returns all children of this entry.
@override
Iterable<(String, InspectEntry)> get children =>
const <(String, InspectEntry)>[];