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