FigmaGen class

Annotations
  • @JsonSerializable.new()

Constructors

FigmaGen({required String figmaKey, required String? figmaToken, required String dirOutput, required List<String> langs, String dirImg = 'assets/images', String dirIcons = 'assets/icons', List<Map<String, String>>? imgs, List<Map<String, String>>? icons})
FigmaGen.fromJson(Map json)
factory

Properties

dirIcons String
final
dirImg String
final
dirOutput String
final
enumLangs List<Lang>
no setter
figmaKey String
final
figmaToken String?
final
hashCode int
The hash code for this object.
no setterinherited
iconConfigs List<ImageConfig>
no setter
icons List<Map<String, String>>?
final
imgConfigs List<ImageConfig>
no setter
imgs List<Map<String, String>>?
final
langs List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited