StopEtas.fromJson(Map<String, dynamic> json) { stopId = json['stop_id']; eta = json['eta']; arriving = json['arriving']; }