toJson method
Implementation
@override
Map<String, dynamic> toJson() => {
'name': 'line_drawing',
'style': style?.name,
'foreground_color': foregroundColor?.hex,
'background_color': backgroundColor?.hex,
}._withoutNullValues();