FontModel constructor

FontModel(
  1. String? name,
  2. String? scriptName
)

Implementation

FontModel(this.name, this.scriptName);