trustedDomains property
- @JsonKey.new(includeIfNull: false, name: 'trusted_domains')
final
Trusted external link domains. Use "*" to trust all domains.
Implementation
@JsonKey(includeIfNull: false, name: 'trusted_domains')
final List<String>? trustedDomains;