HistoryKey constructor

HistoryKey({
  1. String? formFactor,
  2. String? origin,
  3. String? url,
})

Implementation

HistoryKey({
  this.formFactor,
  this.origin,
  this.url,
});