toJson method

Map<String, dynamic> toJson()

Implementation

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