toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'appId': appId,
    'appSecret': appSecret,
    'token': token,
    'AESKey': AESKey,
    'RSAPrivateKey': RSAPrivateKey,
  };
}