AuthenticationCodeTypeFragment constructor

AuthenticationCodeTypeFragment({
  1. required String url,
  2. required int length,
})

Implementation

AuthenticationCodeTypeFragment({required this.url, required this.length});