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