AuthMFAUnenrollResponse constructor

const AuthMFAUnenrollResponse({
  1. required String id,
})

Implementation

const AuthMFAUnenrollResponse({required this.id});