toString method
Returns a font family name that is modified with additional fontWeight
and fontStyle
descriptions.
This string is used as a key to the loaded or stored fonts
Implementation
@override
String toString() => '${family}_$fontsVariant';