toJson method
Implementation
@override
String toJson(InteractiveInkFeatureFactory value) {
return const NullableInteractiveInkFeatureFactoryConverter().toJson(value)!;
}
@override
String toJson(InteractiveInkFeatureFactory value) {
return const NullableInteractiveInkFeatureFactoryConverter().toJson(value)!;
}