@override String get representation => prefixes .map((p) => '${p.negation ? '!' : ''}${p.family}:${p.ip.address}/${p.prefix}') .join('\n');