is_robots_txt_managed property
- @JsonKey.new(name: 'is_robots_txt_managed', defaultValue: false)
getter/setter pair
Enable cloudflare managed robots.txt. If an existing robots.txt is detected, then managed robots.txt will be prepended to the existing robots.txt.
Implementation
@JsonKey(name: 'is_robots_txt_managed', defaultValue: false)
late bool is_robots_txt_managed;