factory InputWhitelistRule.fromJson(Map<String, dynamic> json) { return InputWhitelistRule( cidr: json['cidr'] as String?, ); }