CaptivePortalStatus constructor

const CaptivePortalStatus({
  1. required bool isCaptivePortal,
  2. String? redirectUrl,
})

Implementation

const CaptivePortalStatus({
  required this.isCaptivePortal,
  this.redirectUrl,
});