Actual barcode computation method, returns a stream of bool which represents the presence or absence of a bar
@override Iterable<bool> convert(String data) { throw UnimplementedError(); }