toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'genuine_presence_assurance': genuinePresenceAssurance?.toJson(),
      'camera': camera?.stringValue,
      'face_detector': faceDetector?.stringValue
    }._withoutNullValues();