toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => withoutNulls({
  'address': address.toJson(),
  'port': port,
  'level': level,
  'email': email,
  'method': cipher,
  'password': password,
  'uot': uot,
  'uotVersion': uotVersion,
});