BioMetric.fromJson constructor

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

Implementation

BioMetric.fromJson(Map<String, dynamic> json) {
  biometricSecretKey = json["biometric_secret_key"];
  biometricDeviceUuid = json["biometric_device_uuid"];
  serverUnixtime = json["server_unixtime"];
}