TextDecoration.fromJson constructor Null safety

TextDecoration.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory TextDecoration.fromJson(Map<String, Object?> json) =>
    _$TextDecorationFromJson(json);