CheckAuthenticityResponse constructor

CheckAuthenticityResponse({
  1. required bool isAuthentic,
})

Implementation

CheckAuthenticityResponse({required this.isAuthentic});