aiDataReuseNotice property

  1. @JsonKey.new(name: 'ai_data_reuse_notice')
bool get aiDataReuseNotice
inherited

Whether to show the data-reuse notice line.

Implementation

@JsonKey(name: 'privacy_url') String? get privacyUrl;/// Whether to show the data-reuse notice line.
// ignore: invalid_annotation_target
@JsonKey(name: 'ai_data_reuse_notice') bool get aiDataReuseNotice;