is_robots_txt_managed property

  1. @JsonKey.new(name: 'is_robots_txt_managed', defaultValue: false)
bool is_robots_txt_managed
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;