MFUpdateSessionResponse constructor

MFUpdateSessionResponse({
  1. required String sessionId,
  2. required String countryCode,
})

Implementation

MFUpdateSessionResponse({
  required this.sessionId,
  required this.countryCode,
});