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