BioDevice.fromJson constructor

BioDevice.fromJson(
  1. Map<String, dynamic> json
)

Implementation

BioDevice.fromJson(Map<String, dynamic> json) {
  biometricSecretKey = json["biometric_secretKey"];
  biometricDeviceId = json["biometric_device_id"];
  serverUnixtime = json["server_unixtime"];
}