AuthSentCodeTypeSmsPhrase constructor

const AuthSentCodeTypeSmsPhrase({
  1. String? beginning,
})

Auth Sent Code Type Sms Phrase constructor.

Implementation

const AuthSentCodeTypeSmsPhrase({this.beginning}) : super._();