Key constructor

Key({
  1. String? effectiveConnectionType,
  2. String? formFactor,
  3. String? origin,
  4. String? url,
})

Implementation

Key({
  this.effectiveConnectionType,
  this.formFactor,
  this.origin,
  this.url,
});