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