BarcodeSMS constructor

BarcodeSMS({
  1. String? message,
  2. String? phoneNumber,
})

Constructor to create an instance of BarcodeSMS.

Implementation

BarcodeSMS({this.message, this.phoneNumber});