SmsTx constructor

SmsTx([
  1. void updates(
    1. SmsTxBuilder b
    )?
])

Implementation

factory SmsTx([void Function(SmsTxBuilder b)? updates]) = _$SmsTx;