AuthSentCodeTypeFlashCall constructor

const AuthSentCodeTypeFlashCall({
  1. required String pattern,
})

Auth Sent Code Type Flash Call constructor.

Implementation

const AuthSentCodeTypeFlashCall({
  required this.pattern,
}) : super._();