From JSON.
RouteDestination.fromJson(Map<String, dynamic> json) : this( destination: Destination.fromJson(json['destination']), weight: json['weight'], );