fromJson method
Implementation
@override
TextHeightBehavior fromJson(Map<String, dynamic> json) {
return const NullableTextHeightBehaviorConverter().fromJson(json)!;
}
@override
TextHeightBehavior fromJson(Map<String, dynamic> json) {
return const NullableTextHeightBehaviorConverter().fromJson(json)!;
}