IosParams constructor

IosParams({
  1. Duration? reminder,
  2. String? url,
})

Implementation

IosParams({this.reminder, this.url});