IconFontModel constructor

IconFontModel({String id, String name, String fontFamily, String cssPrefixText, String description, List<IconFontModelGlyphs> glyphs })

Implementation

IconFontModel({
  this.id,
  this.name,
  this.fontFamily,
  this.cssPrefixText,
  this.description,
  this.glyphs,
});