factory MfaRecoveryCodes.fromMap( Map<String, dynamic> map, ) { return MfaRecoveryCodes( recoveryCodes: List.from(map['recoveryCodes'] ?? []), ); }