WebInfo.fromJson constructor

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

Implementation

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