RequestOptions class

Constructors

RequestOptions({String? adContentClassification, int? tagForUnderAgeOfPromise, int? tagForChildProtection, int? nonPersonalizedAd, String? appCountry, String? appLang, String? consent, bool? requestLocation = true})

Properties

adContentClassification String?
getter/setter pair
appCountry String?
getter/setter pair
appLang String?
getter/setter pair
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nonPersonalizedAd int?
getter/setter pair
requestLocation bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagForChildProtection int?
getter/setter pair
tagForUnderAgeOfPromise int?
getter/setter pair

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

Static Methods

fromJson(Map args) RequestOptions