AuthSentCodeTypeCall constructor

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

Auth Sent Code Type Call constructor.

Implementation

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