toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "biometric_secret_key": biometricSecretKey,
  "biometric_device_uuid": biometricDeviceUuid,
  "server_unixtime": serverUnixtime
};