Sms constructor

Sms([
  1. void updates(
    1. SmsBuilder b
    )?
])

Implementation

factory Sms([void Function(SmsBuilder b)? updates]) = _$Sms;