Webfont constructor

Webfont({
  1. List<Axis>? axes,
  2. String? category,
  3. String? family,
  4. Map<String, String>? files,
  5. String? kind,
  6. String? lastModified,
  7. String? menu,
  8. List<String>? subsets,
  9. List<String>? variants,
  10. String? version,
})

Implementation

Webfont({
  this.axes,
  this.category,
  this.family,
  this.files,
  this.kind,
  this.lastModified,
  this.menu,
  this.subsets,
  this.variants,
  this.version,
});