toJson method Null safety

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => {
      "type": type,
      "id": id,
      "country": country,
      "sunrise": sunrise,
      "sunset": sunset,
    };