utils/sets_and_themes library
Functions
- 
  arrangeJsonFilesBySection(String tokenFileDirectory) → Map< String, dynamic> 
- Loads all the design token info into a single structure resulting in something that looks like it would if it was all in one file
- 
  getSetsFromJson(Map< String, dynamic> input) → List<String> 
- Finds the order of the token sets in the input json
- 
  getThemesFromJson(Map< String, dynamic> input) → List<TokenTheme> 
- Finds the themes in the input json
- 
  metadataAsSection(Map< String, dynamic> metadataContents) → Map<String, dynamic> 
- 
  Accepts the contents of a $metadataJSON that was probably loaded from a file Returns the$metadatachanged so that it works in a single JSON structure
- 
  themesAsSection(List themesContents) → List 
- 
  Accepts the contents of a $themesJSON that was probably loaded from a file Returns the$themeschanged so that it works in a single JSON structure