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'})
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
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