toJson method

  1. @override
Map<String, dynamic> toJson(
  1. TextHeightBehavior value
)
override

Implementation

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