Html.fromJson constructor

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

Implementation

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