MainConfiguration class
Constructors
-
MainConfiguration.new({int? generatedOn, String? id, String? name, String? description, String? tenantId, String? platform, String? status, int? version, String? logoBase64, String? token, String? sdkVersion, List<
Purpose> ? purposes, List<AppPermission> ? permissions, ConsentBannerConfigs? bannerConfig, Map<String, Map< ? translations, bool? isGADEnabled, GADConfig? gadConfig, SettingsPrompt? settingPrompt, bool? reConsentEnabled, bool? isSettingsPromptEnabled})String, String> ?> -
MainConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
final
- description → String?
-
final
- gadConfig → GADConfig?
-
final
- generatedOn → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- isGADEnabled → bool?
-
final
- isSettingsPromptEnabled → bool?
-
final
- logoBase64 → String?
-
final
- name → String?
-
final
-
permissions
→ List<
AppPermission> ? -
final
- platform → String?
-
final
-
purposes
→ List<
Purpose> ? -
final
- reConsentEnabled → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkVersion → String?
-
final
- settingPrompt → SettingsPrompt?
-
final
- status → String?
-
final
- tenantId → String?
-
final
- token → String?
-
final
-
translations
→ Map<
String, Map< ?String, 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