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