model/SavedQuarterResponse library
Classes
Functions
-
dataFromJson(
String str) → DataQuaterItem - name : "Q3" id : "10" from_time : "Jul 2023" to_time : "Sep 2023" invest_amount : "4" sqft : "" unit : "" is_default_active : 1
-
dataToJson(
DataQuaterItem data) → String -
savedQuarterResponseFromJson(
String str) → SavedQuarterResponse -
data :
{"name":"Q3","id":"10","from_time":"Jul 2023","to_time":"Sep 2023","invest_amount":"4","sqft":"","unit":"","is_default_active":1}total_invest_amount : "4" total_sqft : "0" total_unit : "0" success : 1 message : "Records found." -
savedQuarterResponseToJson(
SavedQuarterResponse data) → String