fromJson method

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

Implementation

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