toMap method
Implementation
Map<String, dynamic> toMap() => <String, dynamic>{
"baseUrl": baseUrl,
"apiKey": apiKey,
"test": test,
"connectionStrings": <String, dynamic>{"server": connectionServer},
"jwt": jwt.toMap(),
"middleware": middleware.toMap(),
"smsPanel": smsPanel.toMap(),
"itHub": itHub.toMap(),
"mobtakeran": mobtakeran.toMap(),
"basicSettings": basicSettings.toMap(),
"ipg": ipg.toMap(),
"avreen": avreen.toMap(),
"pn": <String, dynamic>{"apiKey": pnApiKey},
"cors": cors.toMap(),
"namat": namat.toMap(),
"gold": gold.toMap(),
"inquiryCacheDurations": inquiryCacheDurations.toMap(),
"apiCallCosts": apiCallCosts.toMap(),
"chargeInternet": chargeInternet.map((USettingsChargeInternet e) => e.toMap()).toList(),
"chargeInternetTaxPercent": chargeInternetTaxPercent,
"users": users,
};