OutsideFacility.fromJson constructor

OutsideFacility.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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