AuthSentCodeSuccess constructor

const AuthSentCodeSuccess({
  1. required AuthAuthorizationBase authorization,
})

Auth Sent Code Success constructor.

Implementation

const AuthSentCodeSuccess({
  required this.authorization,
}) : super._();