toJson method

  1. @override
String toJson(
  1. InteractiveInkFeatureFactory value
)
override

Implementation

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