Gets all image assets in this directory.
List<Asset> get imageAssets { return assets.where((asset) => asset.isImage).toList(); }