fromJson method

  1. @override
TextDecoration fromJson(
  1. String json
)

Implementation

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