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