factory Property.fromJson(Map<String, dynamic> json) => Property(uuid: json['uuid'], position: json['position']);