OutsideFacility.fromJson(Map<String, dynamic> json) : super(id: json["id"], name: json["name"], beaconId: json["beacon_id"]);