BiometricRegisterModel constructor

BiometricRegisterModel({
  1. String? key,
  2. String? id,
  3. String? userId,
  4. String? encKey,
  5. String? deviceId,
  6. String? privateKey,
  7. String? publickey,
})

Implementation

BiometricRegisterModel(
    {this.key,
    this.id,
    this.userId,
    this.encKey,
    this.deviceId,
    this.privateKey,
    this.publickey});