PostConsentsRequest class
Constructors
-
PostConsentsRequest({required String uuid, required String appUUID, required String device, required bool implicitConsent, required int version, required List<
PurposeConsent> purposeConsents, required List<PermissionConsent> permissions, required bool isTestMode, required String adId, required String bannerInfo, String? sdkVersion, String platform = "flutter"}) -
PostConsentsRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- adId → String
-
final
- appUUID → String
-
final
-
final
- device → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- implicitConsent → bool
-
final
- isTestMode → bool
-
final
-
permissions
→ List<
PermissionConsent> -
final
- platform → String
-
final
-
purposeConsents
→ List<
PurposeConsent> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkVersion → String?
-
final
- uuid → String
-
final
- version → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited