FigmaIconFetcher constructor

FigmaIconFetcher({
  1. required String figmaToken,
  2. required String canvasKey,
  3. required String fileKey,
  4. required Directory xmlOuputPath,
  5. required Directory outputPath,
})

Implementation

FigmaIconFetcher({
  required this.figmaToken,
  required this.canvasKey,
  required this.fileKey,
  required this.xmlOuputPath,
  required this.outputPath,

}) : _figmaClient = FigmaClient(figmaToken);