toJsonString method
Serializes to a JSON string. Round-trips losslessly with IconDataExt.tryParse.
Implementation
String toJsonString() => jsonEncode({
'codePoint': codePoint,
'fontFamily': fontFamily,
'fontPackage': fontPackage,
'matchTextDirection': matchTextDirection,
});