ProxyTOtpLoginV2Response constructor

const ProxyTOtpLoginV2Response({
  1. required String session,
})

Implementation

const ProxyTOtpLoginV2Response({
  required this.session,
});