partials property

Map<String, List<int>> partials
finalinherited

Map of partial files which will be used as includes.

Contains a Map of partial file path to partial file content.

Implementation

final Map<String, List<int>> partials = {};