WebfontList constructor

WebfontList({
  1. List<Webfont>? items,
  2. String? kind,
})

Implementation

WebfontList({this.items, this.kind});