toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (autofitType != null) 'autofitType': autofitType!,
if (fontScale != null) 'fontScale': fontScale!,
if (lineSpacingReduction != null)
'lineSpacingReduction': lineSpacingReduction!,
};