toJson method

Map<String, dynamic>? toJson()

The original JSON data from the API

Implementation

Map<String, dynamic>? toJson() => _weatherData;