Map<String, dynamic> toJson() { final cidr = this.cidr; return { if (cidr != null) 'cidr': cidr, }; }