Map<String, dynamic> toJson() { final cidr = this.cidr; final policy = this.policy; return { 'Cidr': cidr, 'Policy': policy.toValue(), }; }