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