toMap method

Map<String, Object?> toMap()

Implementation

Map<String, Object?> toMap() {
  return {
    _kVerbose: verbose,
    _kPublicDir: publicDir,
    _kContentDir: contentDir,
    _kTemplatesDir: templatesDir,
    _kStaticDir: staticDir,
    _kDataDir: dataDir,
    _kTypesDir: typesDir,
    _kGenerateSearchIndex: generateSearchIndex,
  };
}