Corner.fromJson(Map<String, dynamic> json) { stop = json["stop"]; start = json["start"]; available = json["available"]; }