supported_tld property

  1. @JsonKey.new(name: 'supported_tld', defaultValue: false)
bool supported_tld
getter/setter pair

Whether a particular TLD is currently supported by Cloudflare Registrar. Refer to TLD Policies for a list of supported TLDs. https://www.cloudflare.com/tld-policies/

Implementation

@JsonKey(name: 'supported_tld', defaultValue: false)
late bool supported_tld;