blockListResponseModelFromJson function

BlockListResponseModel blockListResponseModelFromJson(
  1. String str
)

data : {"id":"443347","flat_type":"apartment","category":"block-a"},{"id":"443318","flat_type":"apartment","category":"block-b"},{"id":"443387","flat_type":"apartment","category":"block-c"} success : 1 total_records : 3

Implementation

BlockListResponseModel blockListResponseModelFromJson(String str) => BlockListResponseModel.fromJson(json.decode(str));