figmaFontName property

  1. @TagNumber(38)
String get figmaFontName

Store mapping from FFText to Figma text style if the font was imported from Figma

Implementation

@$pb.TagNumber(38)
$core.String get figmaFontName => $_getSZ(37);
  1. @TagNumber(38)
set figmaFontName (String value)

Implementation

@$pb.TagNumber(38)
set figmaFontName($core.String value) => $_setString(37, value);