Wind.fromJson constructor

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

Connect the generated _$WindFromJson function to the fromJson factory.

Implementation

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