toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
"_type": "FinderStrokedStyle",
"strokeColor": strokeColor.toString(),
"strokeWidth": strokeWidth,
"cornerRadius": cornerRadius,
};