fromJson method
Implementation
@override
TextDecorationStyle fromJson(String json) {
return const NullableTextDecorationStyleConverter().fromJson(json)!;
}
@override
TextDecorationStyle fromJson(String json) {
return const NullableTextDecorationStyleConverter().fromJson(json)!;
}