toJson method
Implementation
Map<String, dynamic> toJson() => {
'url': url,
'urlPath': urlPath,
'integratorKey': integratorKey,
'userId': userId,
'publicRSAKey': publicRSAKey,
'privateRSAKey': privateRSAKey,
};