Redirect constructor

Redirect(
  1. String? native,
  2. String? universal
)

Implementation

Redirect(
  this.native,
  this.universal,
);