fromJson method
Implementation
@override
SliderTickMarkShape fromJson(String json) {
return const NullableSliderTickMarkShapeConverter().fromJson(json)!;
}
@override
SliderTickMarkShape fromJson(String json) {
return const NullableSliderTickMarkShapeConverter().fromJson(json)!;
}