Line data Source code
1 : class SearchData { 2 : double latitude; 3 : double longitude; 4 : 5 1 : SearchData(this.latitude, this.longitude); 6 : }