Creates a Route from JSON
factory Route.fromJson(Map<String, dynamic> json) => _$RouteFromJson(json);