factory DepartureHeading.fromJson(final Map<String, dynamic> json) { return DepartureHeading(heading: json['first'], accuracy: json['second']); }