toMap method

Map<String, dynamic> toMap()

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},
  "apiCallCosts": apiCallCosts.toMap(),
  "chargeInternet": chargeInternet.map((USettingsChargeInternet e) => e.toMap()).toList(),
  "users": users,
};