toJson method

  1. @override
String toJson(
  1. TabBarIndicatorSize value
)
override

Implementation

@override
String toJson(TabBarIndicatorSize value) {
  return const NullableTabBarIndicatorSizeConverter().toJson(value)!;
}