fromJson method

Implementation

@override
ScrollViewKeyboardDismissBehavior fromJson(String json) {
  return const NullableScrollViewKeyboardDismissBehaviorConverter()
      .fromJson(json)!;
}