children property

List<AssetType> children

Implementation

List<AssetType> get children => _children.sortedBy((e) => e.path);