fromJson method

  1. @override
VerticalDirection fromJson(
  1. String json
)

Implementation

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