trustedDomains property

  1. @JsonKey.new(includeIfNull: false, name: 'trusted_domains')
List<String>? trustedDomains
final

Trusted external link domains. Use "*" to trust all domains.

Implementation

@JsonKey(includeIfNull: false, name: 'trusted_domains')
final List<String>? trustedDomains;