MailServerConfig.fromJson constructor
Creates a new MailServerConfig from the given json
Implementation
factory MailServerConfig.fromJson(Map<String, dynamic> json) =>
_$MailServerConfigFromJson(json);
Creates a new MailServerConfig from the given json
factory MailServerConfig.fromJson(Map<String, dynamic> json) =>
_$MailServerConfigFromJson(json);