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