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