Wind.fromJson constructor

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

Creates a new instance of Wind from a JSON object.

Implementation

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