AuthSentCodeTypeSms constructor

const AuthSentCodeTypeSms({
  1. required int length,
})

Auth Sent Code Type Sms constructor.

Implementation

const AuthSentCodeTypeSms({required this.length}) : super._();