Sms constructor

Sms({
  1. bool? set,
  2. int? length,
})

Implementation

Sms({this.set, this.length});