EmailSettings.fromMap constructor
Implementation
factory EmailSettings.fromMap(Map<String, dynamic> json) => EmailSettings(
collectionNotification: json["collectionNotification"],
topupNotification: json["topupNotification"],
settlementNotification: json["settlementNotification"],
paymentReceiptNotification: json["paymentReceiptNotification"],
);