AuthSentCodeTypeMissedCall constructor

const AuthSentCodeTypeMissedCall({
  1. required String prefix,
  2. required int length,
})

Auth Sent Code Type Missed Call constructor.

Implementation

const AuthSentCodeTypeMissedCall({
  required this.prefix,
  required this.length,
}) : super._();