AgeVerificationResponse constructor

AgeVerificationResponse({
  1. required String sessionId,
})

Implementation

AgeVerificationResponse({
  required this.sessionId,
});