Wht.fromJson constructor

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

Implementation

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