aiDisclosureText property
Per-locale disclosure text (null = SDK default).
Implementation
@JsonKey(name: 'ai_disclosure_enabled') bool get aiDisclosureEnabled;/// Per-locale disclosure text (null = SDK default).
// ignore: invalid_annotation_target
@JsonKey(name: 'ai_disclosure_text') LocalizedText? get aiDisclosureText;