TextDecorationUnderline.fromJson constructor Null safety

TextDecorationUnderline.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TextDecorationUnderline.fromJson(Map<String, dynamic> json) =
    _$TextDecorationUnderline.fromJson;