files property

Map<String, String>? files
getter/setter pair

The font files (with all supported scripts) for each one of the available variants, as a key : value map.

Implementation

core.Map<core.String, core.String>? files;