BarcodeLinkedin constructor

BarcodeLinkedin({
  1. required String rawValue,
  2. required String username,
})

Implementation

BarcodeLinkedin({required String rawValue, required this.username})
    : super(valueType: BarcodeValueType.linkedin, rawValue: rawValue);