toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "biometric_secretKey": biometricSecretKey,
  "biometric_device_id": biometricDeviceId,
  "server_unixtime": serverUnixtime
};