fromJson method

  1. @override
TextHeightBehavior fromJson(
  1. Map<String, dynamic> json
)
override

Implementation

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