BioDeviceUse.fromJson constructor

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

Implementation

BioDeviceUse.fromJson(Map<String, dynamic> json) {
  useBiometric = json["use_biometric"];
  useDeviceBiometric = json["use_device_biometric"];
  serverUnixtime = json["server_unixtime"];
}