RealBeacon.fromJson(Map<String, dynamic> json) : super( id: json['id'], name: json['name'], position: Point.fromJson(json['position']));