sse_decode_dart_barcode_font method
Implementation
@protected
DartBarcodeFont sse_decode_dart_barcode_font(SseDeserializer deserializer) {
// Codec=Sse (Serialization based), see doc to use other codecs
var inner = sse_decode_i_32(deserializer);
return DartBarcodeFont.values[inner];
}