BarcodeFacebook constructor

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

Implementation

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