toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'partnerId': partnerId,
      'apiEndpoint': apiEndpoint,
      'apiKey': apiKey,
      'apiSecret': apiSecret,
      'appBundle': appBundle,
    };