FlutterConsentInfo constructor

FlutterConsentInfo({
  1. required bool canAccess,
  2. required bool consentRequired,
})

Implementation

FlutterConsentInfo({
  required this.canAccess,
  required this.consentRequired,
});