FontMetadata constructor

FontMetadata(
  1. String id,
  2. String family,
  3. List<String> subsets,
  4. List<int> weights,
  5. List<String> styles,
  6. String defSubset,
  7. bool variable,
  8. String lastModified,
  9. String category,
  10. String version,
  11. String type,
)

Implementation

FontMetadata(
    this.id,
    this.family,
    this.subsets,
    this.weights,
    this.styles,
    this.defSubset,
    this.variable,
    this.lastModified,
    this.category,
    this.version,
    this.type);