Convert self to an owned vector.
@override Uint8List encode(Field value) { final output = ByteOutput(sizeHint(value)); encodeTo(value, output); return output.toBytes(copy: false); }