toJson method

Implementation

@override
String toJson(ScrollViewKeyboardDismissBehavior value) {
  return const NullableScrollViewKeyboardDismissBehaviorConverter()
      .toJson(value)!;
}