toJson method
Implementation
@override
Map<String, dynamic> toJson(ShapeBorder value) {
return const NullableShapeBorderConverter().toJson(value)!;
}
@override
Map<String, dynamic> toJson(ShapeBorder value) {
return const NullableShapeBorderConverter().toJson(value)!;
}