FlutterConsentInformation constructor
FlutterConsentInformation({})
Implementation
FlutterConsentInformation({
required this.consentGrantedDate,
required this.personalDetailsConsentGranted,
required this.contactInfoConsentGranted,
required this.documentInfoConsentGranted,
});