AuthMFAAdminListFactorsResponse constructor

const AuthMFAAdminListFactorsResponse({
  1. required List<Factor> factors,
})

Implementation

const AuthMFAAdminListFactorsResponse({required this.factors});