nw7 static method

Barcode nw7(
  1. String rawValue
)

Implementation

static Barcode nw7(String rawValue) => NW7Barcode(rawValue: rawValue);