IndoorData.fromJson constructor

IndoorData.fromJson(
  1. dynamic json
)

Implementation

IndoorData.fromJson(dynamic json) {
  floor = json['floor'];
  floorName = json['floorName'];
  poiId = json['poiId'];
}