Redirect constructor

Redirect({
  1. String? type = '',
  2. String? url = '',
})

Implementation

Redirect({this.type = '', this.url = ''});