model/ProjectListResponse
library
Functions
-
dataFromJson(String str)
→ ProjectData
-
project_id : "47"
slug : "thecrown"
project_name : "the crown"
project_title : "The Crown"
project_title_small : "T"
total : "5"
category : "residential"
-
dataToJson(ProjectData data)
→ String
-
-
projectListResponseFromJson(String str)
→ ProjectListResponse
-
success : 1
data :
{"project_id":"47","slug":"thecrown","project_name":"the crown","project_title":"The Crown","project_title_small":"T","total":"5","category":"residential"},{"project_id":"5","slug":"enclave","project_name":"shivalik enclave","project_title":"Enclave","project_title_small":"E","total":"1","category":"residential"}
total_records : 2
message : "inquiries found"
-
projectListResponseToJson(ProjectListResponse data)
→ String
-